Changeset 3343371
- Timestamp:
- 08/12/2025 09:03:50 AM (6 months ago)
- Location:
- smartlink-chatbox
- Files:
-
- 2 edited
-
tags/2.1/admin/settings-page.php (modified) (2 diffs)
-
trunk/admin/settings-page.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smartlink-chatbox/tags/2.1/admin/settings-page.php
r3343355 r3343371 152 152 if (isset($_POST['smartlink_reset_defaults']) && check_admin_referer('smartlink_reset_action', 'smartlink_reset_nonce')) { 153 153 delete_option('smartlink_settings'); 154 echo '<div class="updated"><p>تنظیمات به حالت پیشفرض بازگردانده شد.</p></div>';154 echo '<div class="updated"><p>Settings have been restored to their default values.</p></div>'; 155 155 } 156 156 ?> … … 203 203 <?php wp_nonce_field('smartlink_reset_action', 'smartlink_reset_nonce'); ?> 204 204 <input type="hidden" name="smartlink_reset_defaults" value="1"> 205 <?php submit_button('بازگشت به پیشفرض', 'delete'); ?>205 <?php submit_button('Restore Defaults', 'delete'); ?> 206 206 </form> 207 207 208 <p style="margin-top: 30px; font-size: 14px;">209 افزونه توسط210 <a href="<?php echo esc_url( 'https://www.forexgadgets.com/' ); ?>" target="_blank">211 ابزارهای فارکس212 </a>213 طراحی شده است. 214 </p> 208 <p style="margin-top: 30px; font-size: 14px;"> 209 Plugin designed by 210 <a href="<?php echo esc_url( 'https://www.forexgadgets.com/' ); ?>" target="_blank"> 211 ForexGadgets 212 </a>. 213 </p> 214 215 215 </div> 216 216 <?php -
smartlink-chatbox/trunk/admin/settings-page.php
r3343355 r3343371 152 152 if (isset($_POST['smartlink_reset_defaults']) && check_admin_referer('smartlink_reset_action', 'smartlink_reset_nonce')) { 153 153 delete_option('smartlink_settings'); 154 echo '<div class="updated"><p>تنظیمات به حالت پیشفرض بازگردانده شد.</p></div>';154 echo '<div class="updated"><p>Settings have been restored to their default values.</p></div>'; 155 155 } 156 156 ?> … … 203 203 <?php wp_nonce_field('smartlink_reset_action', 'smartlink_reset_nonce'); ?> 204 204 <input type="hidden" name="smartlink_reset_defaults" value="1"> 205 <?php submit_button('بازگشت به پیشفرض', 'delete'); ?>205 <?php submit_button('Restore Defaults', 'delete'); ?> 206 206 </form> 207 207 208 <p style="margin-top: 30px; font-size: 14px;">209 افزونه توسط210 <a href="<?php echo esc_url( 'https://www.forexgadgets.com/' ); ?>" target="_blank">211 ابزارهای فارکس212 </a>213 طراحی شده است. 214 </p> 208 <p style="margin-top: 30px; font-size: 14px;"> 209 Plugin designed by 210 <a href="<?php echo esc_url( 'https://www.forexgadgets.com/' ); ?>" target="_blank"> 211 ForexGadgets 212 </a>. 213 </p> 214 215 215 </div> 216 216 <?php
Note: See TracChangeset
for help on using the changeset viewer.