Plugin Directory

Changeset 1036888


Ignore:
Timestamp:
12/02/2014 05:57:00 PM (11 years ago)
Author:
FoolsRun
Message:

Version

Location:
bootstrap-3-shortcodes/trunk
Files:
2 edited

Legend:

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

    r1036838 r1036888  
    44Plugin URI: http://wp-snippets.com/freebies/bootstrap-shortcodes or https://github.com/filipstefansson/bootstrap-shortcodes
    55Description: The plugin adds a shortcodes for all Bootstrap elements.
    6 Version: 3.3.1
     6Version: 3.3.2
    77Author: Filip Stefansson, Simon Yeldon, and Michael W. Delaney
    88Author URI:
     
    3737  function __construct() {
    3838    add_action( 'init', array( $this, 'add_shortcodes' ) );
    39     add_action( 'wp_enqueue_scripts', array( $this, 'bootstrap_shortcodes_scripts' ), 9999 ); // Register this fxn and allow Wordpress to call it automatcally in the header
     39    //add_action( 'wp_enqueue_scripts', array( $this, 'bootstrap_shortcodes_scripts' ), 9999 ); // Register this fxn and allow Wordpress to call it automatcally in the header
    4040    add_action( 'the_post', array( $this, 'bootstrap_shortcodes_tooltip_script' ), 9999 ); // Register this fxn and allow Wordpress to call it automatcally in the header
    4141    add_action( 'the_post', array( $this, 'bootstrap_shortcodes_popover_script' ), 9999 ); // Register this fxn and allow Wordpress to call it automatcally in the header
  • bootstrap-3-shortcodes/trunk/readme.txt

    r1036838 r1036888  
    44Requires at least: 3.8
    55Tested up to: 4.0
    6 Stable tag: 3.3.1
     6Stable tag: 3.3.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.