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

git-svn-id: http://svn.automattic.com/wordpress/trunk@12837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
wpmuguru 2010-01-26 15:27:35 +00:00
parent 77c73fa456
commit e8ada723f0
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
}
?>