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

git-svn-id: https://develop.svn.wordpress.org/trunk@12837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick 2010-01-26 15:27:35 +00:00
parent 3874a36223
commit 29616c3ad9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ wp_enqueue_script( 'theme-preview' );
require_once('admin-header.php');
if ( is_multisite() && current_user_can('edit_themes') ) {
?><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
?><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
}
?>