Changeset 2746546
- Timestamp:
- 06/22/2022 04:35:32 PM (4 years ago)
- Location:
- sharebar
- Files:
-
- 2 edited
-
tags/1.4.3/sharebar-admin.php (modified) (1 diff)
-
trunk/sharebar-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sharebar/tags/1.4.3/sharebar-admin.php
r2746542 r2746546 301 301 <p><strong>Big Buttons</strong> are used in the vertical Sharebar to the left of the post, while the <strong>Small Buttons</strong> are used in the horizontal Sharebar that appears under the post title (by default) if the width of the page is less than <strong><?php echo $width; ?>px</strong>.</p> 302 302 <?php if($auto_posts || $auto_pages){ 303 $amsg .= "<p><strong>Auto mode is ON</strong> - Sharebar will be automatically added to ";303 $amsg = "<p><strong>Auto mode is ON</strong> - Sharebar will be automatically added to "; 304 304 if($auto_posts) $amsg .= "posts"; 305 305 if($auto_posts && $auto_pages) $amsg .= " and "; -
sharebar/trunk/sharebar-admin.php
r2746542 r2746546 301 301 <p><strong>Big Buttons</strong> are used in the vertical Sharebar to the left of the post, while the <strong>Small Buttons</strong> are used in the horizontal Sharebar that appears under the post title (by default) if the width of the page is less than <strong><?php echo $width; ?>px</strong>.</p> 302 302 <?php if($auto_posts || $auto_pages){ 303 $amsg .= "<p><strong>Auto mode is ON</strong> - Sharebar will be automatically added to ";303 $amsg = "<p><strong>Auto mode is ON</strong> - Sharebar will be automatically added to "; 304 304 if($auto_posts) $amsg .= "posts"; 305 305 if($auto_posts && $auto_pages) $amsg .= " and ";
Note: See TracChangeset
for help on using the changeset viewer.