MWDelaney / bootstrap-3-shortcodes

WordPress shortcodes for easier use of Bootstrap elements in your content.
https://wordpress.org/plugins/bootstrap-3-shortcodes/
MIT License
377 stars 118 forks source link

bs_column shortcode wpautop issue #132

Open roscabgdn opened 8 years ago

roscabgdn commented 8 years ago

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.