Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #43 from redpik/patch-1
Browse files Browse the repository at this point in the history
Rename bootsrap to bootstrap.
  • Loading branch information
simonyeldon committed Jan 20, 2014
2 parents cf3a91e + 7c45ccd commit fe06bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
require_once(dirname(__FILE__) . '/includes/functions.php');
require_once(dirname(__FILE__) . '/includes/actions-filters.php');

function bootsrap_shortcodes_scripts() {
function bootstrap_shortcodes_scripts() {

// Bootstrap tooltip js
wp_enqueue_script( 'bootstrap-shortcodes-tooltip', BS_SHORTCODES_URL . 'js/bootstrap-shortcodes-tooltip.js', array( 'jquery' ), false, true );
Expand All @@ -40,7 +40,7 @@ function bootsrap_shortcodes_scripts() {
wp_enqueue_script( 'bootstrap-shortcodes-popover', BS_SHORTCODES_URL . 'js/bootstrap-shortcodes-popover.js', array( 'jquery' ), false, true );

}
add_action( 'wp_enqueue_scripts', 'bootsrap_shortcodes_scripts', 9999 ); // Register this fxn and allow Wordpress to call it automatcally in the header
add_action( 'wp_enqueue_scripts', 'bootstrap_shortcodes_scripts', 9999 ); // Register this fxn and allow Wordpress to call it automatcally in the header

// Begin Shortcodes
class BoostrapShortcodes {
Expand Down

0 comments on commit fe06bdb

Please sign in to comment.