s/wpmu/ms/ in file refs. Props Denis-de-Bernardy. see #11644

git-svn-id: https://develop.svn.wordpress.org/trunk@12622 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-01-07 00:30:53 +00:00
parent 19e3842fc2
commit cf5aae053b
9 changed files with 35 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ if ( !is_multisite() )
wp_die( __('Multisite support is not enabled.') );
$title = __('WordPress MU › Admin');
$parent_file = 'wpmu-admin.php';
$parent_file = 'ms-admin.php';
function index_css() {
wp_admin_css( 'css/dashboard' );
@@ -33,15 +33,15 @@ $title = __( 'WordPress MU : Admin' );
<h2><?php echo wp_specialchars( $title ); ?></h2>
<ul class="subsubsub">
<li><a href="wpmu-blogs.php#form-add-blog" class="rbutton"><strong><?php _e('Create a New Blog'); ?></strong></a> | </li>
<li><a href="wpmu-users.php#form-add-user" class="rbutton"><?php _e('Create a New User'); ?></a></li>
<li><a href="ms-blogs.php#form-add-blog" class="rbutton"><strong><?php _e('Create a New Blog'); ?></strong></a> | </li>
<li><a href="ms-users.php#form-add-user" class="rbutton"><?php _e('Create a New User'); ?></a></li>
</ul>
<br clear='all' />
<p class="youhave"><?php echo $sentence; ?></p>
<?php do_action('wpmuadminresult', ''); ?>
<form name="searchform" action="wpmu-users.php" method="get">
<form name="searchform" action="ms-users.php" method="get">
<p>
<input type="hidden" name="action" value="users" />
<input type="text" name="s" value="" size="17" />
@@ -49,7 +49,7 @@ $title = __( 'WordPress MU : Admin' );
</p>
</form>
<form name="searchform" action="wpmu-blogs.php" method="get">
<form name="searchform" action="ms-blogs.php" method="get">
<p>
<input type="hidden" name="action" value="blogs" />
<input type="text" name="s" value="" size="17" />