Plugin Directory

Changeset 3181227


Ignore:
Timestamp:
11/04/2024 09:59:52 AM (17 months ago)
Author:
wp-buy
Message:

Bug fixes

Location:
seo-redirection
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • seo-redirection/tags/9.11/seo-redirection.php

    r3181214 r3181227  
    10381038            $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'));
    10391039        }
    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>' : '';
    10411041
    10421042
  • seo-redirection/trunk/seo-redirection.php

    r3181214 r3181227  
    10381038            $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'));
    10391039        }
    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>' : '';
    10411041
    10421042
Note: See TracChangeset for help on using the changeset viewer.