Make WordPress Core


Ignore:
Timestamp:
01/07/2010 12:30:53 AM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

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

    r12610 r12622  
    66
    77$title = __('WordPress MU › Admin');
    8 $parent_file = 'wpmu-admin.php';
     8$parent_file = 'ms-admin.php';
    99
    1010function index_css() {
     
    3434
    3535        <ul class="subsubsub">
    36         <li><a href="wpmu-blogs.php#form-add-blog" class="rbutton"><strong><?php _e('Create a New Blog'); ?></strong></a> | </li>
    37         <li><a href="wpmu-users.php#form-add-user" class="rbutton"><?php _e('Create a New User'); ?></a></li>
     36        <li><a href="ms-blogs.php#form-add-blog" class="rbutton"><strong><?php _e('Create a New Blog'); ?></strong></a> | </li>
     37        <li><a href="ms-users.php#form-add-user" class="rbutton"><?php _e('Create a New User'); ?></a></li>
    3838        </ul>
    3939        <br clear='all' />
     
    4242        <?php do_action('wpmuadminresult', ''); ?>
    4343
    44         <form name="searchform" action="wpmu-users.php" method="get">
     44        <form name="searchform" action="ms-users.php" method="get">
    4545                <p>
    4646                        <input type="hidden" name="action" value="users" />
     
    5050        </form>
    5151
    52         <form name="searchform" action="wpmu-blogs.php" method="get">
     52        <form name="searchform" action="ms-blogs.php" method="get">
    5353                <p>
    5454                        <input type="hidden" name="action" value="blogs" />
Note: See TracChangeset for help on using the changeset viewer.