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

Fix bugs introduced in previous commit #95

Closed CybMeta closed 9 years ago

CybMeta commented 9 years ago

In the previous commit, when extract() function was removed, some bugs were introduced. I'm really sorry about that.

Alerts shortcode: in line 515 $dismissable shouldn't be cahnged to $atts['dismissable'] beacuse $dismissable was not a reference to shortcode attribute. Progress bar shortcode: in line 575 $percent should be now $atts['percent'].