Plugin Directory

Changeset 357537

Timestamp:
03/09/2011 04:30:30 AM (13 years ago)
Author:
jghazally
Message:

add in new refresh permalinks notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-e-commerce/branches/3.8-development/wpsc-admin/display-update.page.php

    r348439 r357537  
    7171            wpsc_create_or_update_tables();
    7272            wpsc_update_database();
    73             echo '<br /><br /><strong>' . __('WP e-Commerce updated successfully!', 'wpsc') . '</strong>';
     73            echo '<br /><br /><strong>' . __('WP e-Commerce updated successfully!', 'wpsc') . '</strong><br />';
     74            if( '' != get_option('permalink_structure')){ ?>
     75                <em><?php printf(__('Note: It looks like you have custom permalinks, you will need to refresh your permalinks <a href="%s">here</a>','wpsc' ) , admin_url('options-permalink.php') ); ?></em>
     76            <?php   
     77            }
    7478            update_option('wpsc_version', 3.8);
    7579            update_option('wpsc_hide_update', true);
Note: See TracChangeset for help on using the changeset viewer.