mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user