Changeset 714006
- Timestamp:
- 05/16/2013 06:00:53 PM (13 years ago)
- Location:
- pagepost-specific-social-share-buttons
- Files:
-
- 9 added
- 3 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/page-post-specific-social-share.php (added)
-
tags/1.1.1/ppss_admin_page.php (added)
-
tags/1.1.1/ppss_display.php (added)
-
tags/1.1.1/ppss_style.css (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/screenshot-1.png (added)
-
tags/1.1.1/screenshot-2.png (added)
-
tags/1.1.1/screenshot-3.png (added)
-
trunk/page-post-specific-social-share.php (modified) (1 diff)
-
trunk/ppss_admin_page.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pagepost-specific-social-share-buttons/trunk/page-post-specific-social-share.php
r713755 r714006 6 6 Author URI: http://www.completewebresources.com/ 7 7 Plugin URI: http://www.completewebresources.com/page-post-specific-social-share-wp-plugin/ 8 Version: 1.1 8 Version: 1.1.1 9 9 License: GPL 10 10 */ -
pagepost-specific-social-share-buttons/trunk/ppss_admin_page.php
r713755 r714006 176 176 $enablerColor = $enabler ? '#0B932D' : '#ff0000'; 177 177 178 $toolTip = $enabler ? '<small style="color:#0E4A93;">(Will turn on the social shares globally. You can toggle on or off individually at the post/page edit level).</small>' : '<small style="color:#0E4A93;">(Will turn off the social shares globally).</small>'; 179 178 180 $out .= ' 179 181 <div class="wrap"> … … 188 190 <table> 189 191 190 <tr><td style="padding:15px 0 20px 0; font-weight:bold; font-size:15px; color:'.$enablerColor.'" valign="top">'.__("Enable share buttons", 'menu-test' ).':</td>192 <tr><td style="padding:15px 0 20px 0; font-weight:bold; font-size:15px; color:'.$enablerColor.'" valign="top">'.__("Enable Share Buttons", 'menu-test' ).':</td> 191 193 <td style="padding:15px 0 20px 0;"> 192 <input type="checkbox" name="ppss_social_share_enabler" '.$enabler.' /> 194 <input type="checkbox" name="ppss_social_share_enabler" '.$enabler.' /> <br />'.$toolTip.' 193 195 </td></tr> 194 196 -
pagepost-specific-social-share-buttons/trunk/readme.txt
r713755 r714006 6 6 Requires at least: 3.0 7 7 Tested up to: 3.5.1 8 Stable tag: 1.1 8 Stable tag: 1.1.1 9 9 10 10 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.