Changeset 638330
- Timestamp:
- 12/13/2012 08:08:07 AM (13 years ago)
- Location:
- social-media-tabs
- Files:
-
- 47 added
- 2 edited
-
tags/1.4.4 (added)
-
tags/1.4.4/css (added)
-
tags/1.4.4/css/admin.css (added)
-
tags/1.4.4/css/dcsmt.css (added)
-
tags/1.4.4/css/dcsmt_admin.css (added)
-
tags/1.4.4/css/images (added)
-
tags/1.4.4/css/images/close.png (added)
-
tags/1.4.4/css/images/custom.png (added)
-
tags/1.4.4/css/images/dc_icon32.png (added)
-
tags/1.4.4/css/images/facebook.png (added)
-
tags/1.4.4/css/images/flickr.png (added)
-
tags/1.4.4/css/images/pinterest.png (added)
-
tags/1.4.4/css/images/plusone.png (added)
-
tags/1.4.4/css/images/rss.png (added)
-
tags/1.4.4/css/images/slider-controls.png (added)
-
tags/1.4.4/css/images/twitter.png (added)
-
tags/1.4.4/css/images/youtube.png (added)
-
tags/1.4.4/dcwp_social_media_tabs.php (added)
-
tags/1.4.4/inc (added)
-
tags/1.4.4/inc/dcwp_admin.php (added)
-
tags/1.4.4/inc/dcwp_plugin_admin.php (added)
-
tags/1.4.4/inc/dcwp_widget.php (added)
-
tags/1.4.4/inc/images (added)
-
tags/1.4.4/inc/images/dcsnt_250_125.png (added)
-
tags/1.4.4/inc/images/delicious.png (added)
-
tags/1.4.4/inc/images/deviantart.png (added)
-
tags/1.4.4/inc/images/digg.png (added)
-
tags/1.4.4/inc/images/dribbble.png (added)
-
tags/1.4.4/inc/images/facebook.png (added)
-
tags/1.4.4/inc/images/flickr.png (added)
-
tags/1.4.4/inc/images/google.png (added)
-
tags/1.4.4/inc/images/instagram.png (added)
-
tags/1.4.4/inc/images/lastfm.png (added)
-
tags/1.4.4/inc/images/linkedin.png (added)
-
tags/1.4.4/inc/images/pinterest.png (added)
-
tags/1.4.4/inc/images/rss.png (added)
-
tags/1.4.4/inc/images/stumbleupon.png (added)
-
tags/1.4.4/inc/images/tumblr.png (added)
-
tags/1.4.4/inc/images/twitter.png (added)
-
tags/1.4.4/inc/images/vimeo.png (added)
-
tags/1.4.4/inc/images/youtube.png (added)
-
tags/1.4.4/js (added)
-
tags/1.4.4/js/jquery.admin.js (added)
-
tags/1.4.4/js/jquery.dcsmt.1.0.js (added)
-
tags/1.4.4/readme.txt (added)
-
tags/1.4.4/screenshot-1.png (added)
-
tags/1.4.4/screenshot-2.png (added)
-
trunk/dcwp_social_media_tabs.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-media-tabs/trunk/dcwp_social_media_tabs.php
r614970 r638330 6 6 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 7 7 Author: Lee Chestnutt 8 Version: 1.4. 38 Version: 1.4.4 9 9 Author URI: http://www.designchemical.com 10 10 */ … … 16 16 if(!is_admin()){ 17 17 // Header styles 18 add_action( ' init', array('dc_jqsocialmediatabs', 'header') );18 add_action( 'wp_enqueue_scripts', array('dc_jqsocialmediatabs', 'header') ); 19 19 20 20 } … … 24 24 function header(){ 25 25 26 // Scripts26 // Scripts 27 27 wp_enqueue_script( 'jquery' ); 28 28 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 4 4 Tags: social media, facebook, twitter, tweets, google+1, flickr, YouTube, pinterest, rss, profile, tabs, social networks, bookmarks, buttons, animated, jquery, flyout, sliding 5 5 Requires at least: 3.0 6 Tested up to: 3. 4.27 Stable tag: 1.4. 36 Tested up to: 3.5 7 Stable tag: 1.4.4 8 8 9 9 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. … … 107 107 == Changelog == 108 108 109 = 1.4.4 = 110 * Edit: Change hook for jquery to wp_enqueue_scripts 111 109 112 = 1.4.3 = 110 113 * Add: Code to reload jquery plugins if overwritten
Note: See TracChangeset
for help on using the changeset viewer.