Changeset 12934 for trunk/wp-admin/ms-admin.php
- Timestamp:
- 02/03/2010 05:23:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-admin.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-admin.php
r12782 r12934 5 5 wp_die( __('Multisite support is not enabled.') ); 6 6 7 $title = __(' SiteAdmin');7 $title = __('Network Admin'); 8 8 $parent_file = 'ms-admin.php'; 9 9 … … 26 26 27 27 $sentence = sprintf( __( 'You have %1$s and %2$s.' ), $blog_text, $user_text ); 28 $title = __( 'Site Admin' );29 28 ?> 30 29 … … 34 33 35 34 <ul class="subsubsub"> 36 <li><a href="ms-sites.php#form-add-blog" class="rbutton"><strong><?php _e('Create a New Blog'); ?></strong></a> | </li>35 <li><a href="ms-sites.php#form-add-blog" class="rbutton"><strong><?php _e('Create a New Site'); ?></strong></a> | </li> 37 36 <li><a href="ms-users.php#form-add-user" class="rbutton"><?php _e('Create a New User'); ?></a></li> 38 37 </ul> … … 54 53 <input type="hidden" name="action" value="blogs" /> 55 54 <input type="text" name="s" value="" size="17" /> 56 <input class="button" type="submit" name="blog_name" value="<?php esc_attr_e("Search Blogs"); ?>" />55 <input class="button" type="submit" name="blog_name" value="<?php esc_attr_e("Search Sites"); ?>" /> 57 56 </p> 58 57 </form>
Note: See TracChangeset
for help on using the changeset viewer.