Plugin Directory

Changeset 638330


Ignore:
Timestamp:
12/13/2012 08:08:07 AM (13 years ago)
Author:
remix4
Message:

1.4.4

Location:
social-media-tabs
Files:
47 added
2 edited

Legend:

Unmodified
Added
Removed
  • social-media-tabs/trunk/dcwp_social_media_tabs.php

    r614970 r638330  
    66        Description: Social media tabs allows you to add facebook, google +1, twitter, flickr, pinterest, YouTube subscription and RSS profiles and feeds to any widget area with stylish sliding tabs. Option also to have the tabs slide out from the side of the browsers
    77        Author: Lee Chestnutt
    8         Version: 1.4.3
     8        Version: 1.4.4
    99        Author URI: http://www.designchemical.com
    1010*/
     
    1616        if(!is_admin()){
    1717            // Header styles
    18             add_action( 'init', array('dc_jqsocialmediatabs', 'header') );
     18            add_action( 'wp_enqueue_scripts', array('dc_jqsocialmediatabs', 'header') );
    1919
    2020        }
     
    2424    function header(){
    2525       
    26                     // Scripts
     26            // Scripts
    2727            wp_enqueue_script( 'jquery' );
    2828            wp_enqueue_script( 'dcjqsocialtabs', dc_jqsocialmediatabs::get_plugin_directory() . '/js/jquery.dcsmt.1.0.js', array('jquery') );
  • social-media-tabs/trunk/readme.txt

    r614970 r638330  
    44Tags: social media, facebook, twitter, tweets, google+1, flickr, YouTube, pinterest, rss, profile, tabs, social networks, bookmarks, buttons, animated, jquery, flyout, sliding
    55Requires at least: 3.0
    6 Tested up to: 3.4.2
    7 Stable tag: 1.4.3
     6Tested up to: 3.5
     7Stable tag: 1.4.4
    88
    99Social media tabs allows you to add facebook, google +1, twitter, flickr, pinterest, YouTube subscription and RSS profiles and feeds to any widget area with stylish sliding tabs. Option also to have the tabs slide out from the side of the browsers.
     
    107107== Changelog ==
    108108
     109= 1.4.4 =
     110* Edit: Change hook for jquery to wp_enqueue_scripts
     111
    109112= 1.4.3 =
    110113* Add: Code to reload jquery plugins if overwritten
Note: See TracChangeset for help on using the changeset viewer.