Plugin Directory

Changeset 714006


Ignore:
Timestamp:
05/16/2013 06:00:53 PM (13 years ago)
Author:
CompleteWebResources
Message:

Version tagged to 1.1.1

Location:
pagepost-specific-social-share-buttons
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • pagepost-specific-social-share-buttons/trunk/page-post-specific-social-share.php

    r713755 r714006  
    66Author URI: http://www.completewebresources.com/
    77Plugin URI: http://www.completewebresources.com/page-post-specific-social-share-wp-plugin/
    8 Version: 1.1
     8Version: 1.1.1
    99License: GPL
    1010*/
  • pagepost-specific-social-share-buttons/trunk/ppss_admin_page.php

    r713755 r714006  
    176176    $enablerColor = $enabler ? '#0B932D' : '#ff0000';
    177177   
     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   
    178180    $out .= '
    179181    <div class="wrap">
     
    188190    <table>
    189191
    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>
    191193    <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.'
    193195    </td></tr>
    194196
  • pagepost-specific-social-share-buttons/trunk/readme.txt

    r713755 r714006  
    66Requires at least: 3.0
    77Tested up to: 3.5.1
    8 Stable tag: 1.1
     8Stable tag: 1.1.1
    99
    1010== Description ==
Note: See TracChangeset for help on using the changeset viewer.