Changeset 3181227
- Timestamp:
- 11/04/2024 09:59:52 AM (17 months ago)
- Location:
- seo-redirection
- Files:
-
- 2 edited
-
tags/9.11/seo-redirection.php (modified) (1 diff)
-
trunk/seo-redirection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seo-redirection/tags/9.11/seo-redirection.php
r3181214 r3181227 1038 1038 $util->info_option_msg(__('SEO Redirection is', 'seo-redirection') . ' <b>' . __('disabled for admin', 'seo-redirection') . '</b>' . __(' only, you can go to option tab and enable it!', 'seo-redirection')); 1039 1039 } 1040 $total_404_errors = (WPSR_Get_total_404() > -1) ? __('You have', 'seo-redirection') . ' <b style="color:red; background-color:yellow; padding:3px;">' . intval(WPSR_Get_total_404()) . '</b>' . __(' broken link (404 links)', 'seo-redirection') . ', <br>' : '';1040 $total_404_errors = (WPSR_Get_total_404() > 10) ? __('You have', 'seo-redirection') . ' <b style="color:red; background-color:yellow; padding:3px;">' . intval(WPSR_Get_total_404()) . '</b>' . __(' broken link (404 links)', 'seo-redirection') . ', <br>' : ''; 1041 1041 1042 1042 -
seo-redirection/trunk/seo-redirection.php
r3181214 r3181227 1038 1038 $util->info_option_msg(__('SEO Redirection is', 'seo-redirection') . ' <b>' . __('disabled for admin', 'seo-redirection') . '</b>' . __(' only, you can go to option tab and enable it!', 'seo-redirection')); 1039 1039 } 1040 $total_404_errors = (WPSR_Get_total_404() > -1) ? __('You have', 'seo-redirection') . ' <b style="color:red; background-color:yellow; padding:3px;">' . intval(WPSR_Get_total_404()) . '</b>' . __(' broken link (404 links)', 'seo-redirection') . ', <br>' : '';1040 $total_404_errors = (WPSR_Get_total_404() > 10) ? __('You have', 'seo-redirection') . ' <b style="color:red; background-color:yellow; padding:3px;">' . intval(WPSR_Get_total_404()) . '</b>' . __(' broken link (404 links)', 'seo-redirection') . ', <br>' : ''; 1041 1041 1042 1042
Note: See TracChangeset
for help on using the changeset viewer.