Make WordPress Core


Ignore:
Timestamp:
01/26/2010 03:27:35 PM (13 years ago)
Author:
wpmuguru
Message:

Change link from wpmu-themes.php to ms-themes.php, Fixes #12034

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r12789 r12837  
    4545require_once('admin-header.php');
    4646if ( is_multisite() && current_user_can('edit_themes') ) {
    47     ?><div id="message0" class="updated fade"><p><?php _e('Administrator: new themes must be activated in the <a href="wpmu-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php
     47    ?><div id="message0" class="updated fade"><p><?php _e('Administrator: new themes must be activated in the <a href="ms-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php
    4848}
    4949?>
Note: See TracChangeset for help on using the changeset viewer.