Changeset 16984
- Timestamp:
- 12/16/2010 07:13:01 AM (14 years ago)
- Location:
- trunk/wp-admin/network
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-info.php
r16983 r16984 19 19 add_contextual_help($current_screen, 20 20 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 21 '<p>' . __('<strong>Info</strong> The domain and path are rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as Archived, Spammed, Deleted and Mature, to remove from public listings or disable.') . '</p>' .21 '<p>' . __('<strong>Info</strong> - The domain and path are rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as Archived, Spammed, Deleted and Mature, to remove from public listings or disable.') . '</p>' . 22 22 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 23 23 '<p><strong>' . __('For more information:') . '</strong></p>' . … … 90 90 <h3 class="nav-tab-wrapper"> 91 91 <?php 92 $tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'), 'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'), 93 'site-users' => array( 'label' => __('Users'), 'url' => 'site-users.php'), 'site-themes' => array( 'label' => __('Themes'), 'url' => 'site-themes.php')); 92 $tabs = array( 93 'site-info' => array( 'label' => __( 'Info' ), 'url' => 'site-info.php' ), 94 'site-users' => array( 'label' => __( 'Users' ), 'url' => 'site-users.php' ), 95 'site-themes' => array( 'label' => __( 'Themes' ), 'url' => 'site-themes.php' ), 96 'site-settings' => array( 'label' => __( 'Settings' ), 'url' => 'site-settings.php' ), 97 ); 94 98 foreach ( $tabs as $tab_id => $tab ) { 95 99 $class = ( $tab['url'] == $pagenow ) ? ' nav-tab-active' : ''; -
trunk/wp-admin/network/site-settings.php
r16983 r16984 1 1 <?php 2 2 /** 3 * Edit Site Options Administration Screen3 * Edit Site Settings Administration Screen 4 4 * 5 5 * @package WordPress … … 19 19 add_contextual_help($current_screen, 20 20 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 21 '<p>' . __('<strong> Options</strong> This page shows a list of all options associated with this site. Some are created by WordPress and others are created by plugins you activate. Note that some fields are grayed out and say Serialized Data. You cannot modify these values due to the way the optionis stored in the database.') . '</p>' .21 '<p>' . __('<strong>Settings</strong> - This page shows a list of all settings associated with this site. Some are created by WordPress and others are created by plugins you activate. Note that some fields are grayed out and say Serialized Data. You cannot modify these values due to the way the setting is stored in the database.') . '</p>' . 22 22 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 23 23 '<p><strong>' . __('For more information:') . '</strong></p>' . … … 80 80 <h3 class="nav-tab-wrapper"> 81 81 <?php 82 $tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'), 'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'), 83 'site-users' => array( 'label' => __('Users'), 'url' => 'site-users.php'), 'site-themes' => array( 'label' => __('Themes'), 'url' => 'site-themes.php')); 82 $tabs = array( 83 'site-info' => array( 'label' => __( 'Info' ), 'url' => 'site-info.php' ), 84 'site-users' => array( 'label' => __( 'Users' ), 'url' => 'site-users.php' ), 85 'site-themes' => array( 'label' => __( 'Themes' ), 'url' => 'site-themes.php' ), 86 'site-settings' => array( 'label' => __( 'Settings' ), 'url' => 'site-settings.php' ), 87 ); 84 88 foreach ( $tabs as $tab_id => $tab ) { 85 89 $class = ( $tab['url'] == $pagenow ) ? ' nav-tab-active' : ''; -
trunk/wp-admin/network/site-themes.php
r16982 r16984 126 126 <h3 class="nav-tab-wrapper"> 127 127 <?php 128 $tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'), 'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'), 129 'site-users' => array( 'label' => __('Users'), 'url' => 'site-users.php'), 'site-themes' => array( 'label' => __('Themes'), 'url' => 'site-themes.php')); 128 $tabs = array( 129 'site-info' => array( 'label' => __( 'Info' ), 'url' => 'site-info.php' ), 130 'site-users' => array( 'label' => __( 'Users' ), 'url' => 'site-users.php' ), 131 'site-themes' => array( 'label' => __( 'Themes' ), 'url' => 'site-themes.php' ), 132 'site-settings' => array( 'label' => __( 'Settings' ), 'url' => 'site-settings.php' ), 133 ); 130 134 foreach ( $tabs as $tab_id => $tab ) { 131 135 $class = ( $tab['url'] == $pagenow ) ? ' nav-tab-active' : ''; -
trunk/wp-admin/network/site-users.php
r16983 r16984 25 25 add_contextual_help($current_screen, 26 26 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 27 '<p>' . __('<strong>Users</strong> This displays the users associated with this site. You can also change their role, reset their passowrd, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '</p>' .27 '<p>' . __('<strong>Users</strong> - This displays the users associated with this site. You can also change their role, reset their passowrd, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '</p>' . 28 28 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 29 29 '<p><strong>' . __('For more information:') . '</strong></p>' . … … 164 164 <h3 class="nav-tab-wrapper"> 165 165 <?php 166 $tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'), 'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'), 167 'site-users' => array( 'label' => __('Users'), 'url' => 'site-users.php'), 'site-themes' => array( 'label' => __('Themes'), 'url' => 'site-themes.php')); 166 $tabs = array( 167 'site-info' => array( 'label' => __( 'Info' ), 'url' => 'site-info.php' ), 168 'site-users' => array( 'label' => __( 'Users' ), 'url' => 'site-users.php' ), 169 'site-themes' => array( 'label' => __( 'Themes' ), 'url' => 'site-themes.php' ), 170 'site-settings' => array( 'label' => __( 'Settings' ), 'url' => 'site-settings.php' ), 171 ); 168 172 foreach ( $tabs as $tab_id => $tab ) { 169 173 $class = ( $tab['url'] == $pagenow ) ? ' nav-tab-active' : '';
Note: See TracChangeset
for help on using the changeset viewer.