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

Function bs_media_body, wrong variable name #119

Closed rogerlos closed 9 years ago

rogerlos commented 9 years ago

At line 1601 of current file:

$data_props = $this->parse_data_attributes( $data );

Should be:

$data_props = $this->parse_data_attributes( $atts['data'] );
MWDelaney commented 9 years ago

Thank you for this report! I just fixed this using your example.