Changeset 2962296
- Timestamp:
- 09/04/2023 01:18:18 AM (3 years ago)
- Location:
- hubbed
- Files:
-
- 2 edited
-
tags/4.1/includes/hubbed_admin.php (modified) (1 diff)
-
trunk/includes/hubbed_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hubbed/tags/4.1/includes/hubbed_admin.php
r2961087 r2962296 139 139 <form method="post" id="adminHubbed" action=""> 140 140 <?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> 143 143 144 144 -
hubbed/trunk/includes/hubbed_admin.php
r2961087 r2962296 139 139 <form method="post" id="adminHubbed" action=""> 140 140 <?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> 143 143 144 144
Note: See TracChangeset
for help on using the changeset viewer.