Plugin Directory

Changeset 2746546


Ignore:
Timestamp:
06/22/2022 04:35:32 PM (4 years ago)
Author:
grimmdude
Message:

Fix undefined variable notice.

Location:
sharebar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sharebar/tags/1.4.3/sharebar-admin.php

    r2746542 r2746546  
    301301        <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>
    302302        <?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 ";
    304304                if($auto_posts) $amsg .= "posts";
    305305                if($auto_posts && $auto_pages) $amsg .= " and ";
  • sharebar/trunk/sharebar-admin.php

    r2746542 r2746546  
    301301        <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>
    302302        <?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 ";
    304304                if($auto_posts) $amsg .= "posts";
    305305                if($auto_posts && $auto_pages) $amsg .= " and ";
Note: See TracChangeset for help on using the changeset viewer.