Changeset 12622 for trunk/wp-admin/ms-admin.php
- Timestamp:
- 01/07/2010 12:30:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-admin.php
r12610 r12622 6 6 7 7 $title = __('WordPress MU › Admin'); 8 $parent_file = ' wpmu-admin.php';8 $parent_file = 'ms-admin.php'; 9 9 10 10 function index_css() { … … 34 34 35 35 <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> 38 38 </ul> 39 39 <br clear='all' /> … … 42 42 <?php do_action('wpmuadminresult', ''); ?> 43 43 44 <form name="searchform" action=" wpmu-users.php" method="get">44 <form name="searchform" action="ms-users.php" method="get"> 45 45 <p> 46 46 <input type="hidden" name="action" value="users" /> … … 50 50 </form> 51 51 52 <form name="searchform" action=" wpmu-blogs.php" method="get">52 <form name="searchform" action="ms-blogs.php" method="get"> 53 53 <p> 54 54 <input type="hidden" name="action" value="blogs" />
Note: See TracChangeset
for help on using the changeset viewer.