Plugin Directory

Changeset 2962296


Ignore:
Timestamp:
09/04/2023 01:18:18 AM (3 years ago)
Author:
hubbedwordpress
Message:

Version : 4.1
Description : Small fixes

Location:
hubbed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hubbed/tags/4.1/includes/hubbed_admin.php

    r2961087 r2962296  
    139139            <form method="post" id="adminHubbed" action="">
    140140                <?php wp_nonce_field( 'hubbed_setting_saved','hubbed_setting_saved' ); ?>
    141             <label id="hubbed-error-label" class="hubbed-error-label"> <?php echo $errormsg;?> </label>
    142             <label id="hubbed-suc-label" class="hubbed-suc-label" style="color:green;"> <?php echo $sucmsg;?> </label>
     141            <label id="hubbed-error-label" class="hubbed-error-label"> <?php echo @$errormsg;?> </label>
     142            <label id="hubbed-suc-label" class="hubbed-suc-label" style="color:green;"> <?php echo @$sucmsg;?> </label>
    143143
    144144
  • hubbed/trunk/includes/hubbed_admin.php

    r2961087 r2962296  
    139139            <form method="post" id="adminHubbed" action="">
    140140                <?php wp_nonce_field( 'hubbed_setting_saved','hubbed_setting_saved' ); ?>
    141             <label id="hubbed-error-label" class="hubbed-error-label"> <?php echo $errormsg;?> </label>
    142             <label id="hubbed-suc-label" class="hubbed-suc-label" style="color:green;"> <?php echo $sucmsg;?> </label>
     141            <label id="hubbed-error-label" class="hubbed-error-label"> <?php echo @$errormsg;?> </label>
     142            <label id="hubbed-suc-label" class="hubbed-suc-label" style="color:green;"> <?php echo @$sucmsg;?> </label>
    143143
    144144
Note: See TracChangeset for help on using the changeset viewer.