Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

bs_column shortcode wpautop issue #132

Description

@roscabgdn

If i add text directly into [column md=""] [/col] shortcode, the output does not reflect my visual editor. No paragraphs, no line break.
I've done a little research and it seems that in boostrap-shortcodes.php @ line 732 https://github.com/filipstefansson/bootstrap-3-shortcodes/blob/master/bootstrap-shortcodes.php#L732
if you replace do_shortcode( $content ) with wpautop( do_shortcode( $content ) ) it's working like it 'should.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions