Plugin Directory

Changeset 784235


Ignore:
Timestamp:
10/07/2013 11:37:33 PM (12 years ago)
Author:
sinetheta
Message:

fixed bug where bootstrap wasn't enqueued for front end

Location:
bootstrap-shortcodes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bootstrap-shortcodes/trunk/bootstrap-shortcodes.php

    r784156 r784235  
    44Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
    55Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
    6 Version: 1.4.0
     6Version: 1.4.1
    77Author: Kevin Attfield
    88Author URI: https://github.com/Sinetheta
     
    4646
    4747        if(!is_admin()){
    48             if( isset($options['bs_boostrap_css']) && $options['bs_boostrap_css'] ){
     48            if( isset($options['chk_default_options_css']) && $options['chk_default_options_css'] ){
    4949                wp_enqueue_style("bs_bootstrap", plugins_url('css/bootstrap.css', __FILE__ ) );
    5050                wp_enqueue_style("bs_shortcodes", plugins_url('css/shortcodes.css', __FILE__ ) );
    5151            }
    52             if( isset($options['bs_bootstrap_js']) && $options['bs_bootstrap_js'] )
     52            if( isset($options['chk_default_options_js']) && $options['chk_default_options_js'] )
    5353                wp_enqueue_script('bs_bootstrap', plugins_url('js/bootstrap.js', __FILE__ ) ,array('jquery'));
    5454        } else {
  • bootstrap-shortcodes/trunk/readme.txt

    r784156 r784235  
    44Requires at least: 3.0
    55Tested up to: 3.6
    6 Stable tag: 1.4
     6Stable tag: 1.4.1
    77License: GNU General Public License v2.0
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.