Changeset 16982
- Timestamp:
- 12/16/2010 07:02:56 AM (14 years ago)
- Location:
- trunk/wp-admin/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-options.php
r16981 r16982 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 information is filled in my default as well as plugin data. Note that some fields are grayed out and say Serialized Data. These are stored values in the database which you cannot change from here.') . '</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 option 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>' . -
trunk/wp-admin/network/site-themes.php
r16981 r16982 26 26 add_contextual_help($current_screen, 27 27 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 28 '<p>' . __('<strong>Themes</strong> This areas shows themes that are not enabled across the network. Enabling a theme in this menu makes it accessible to this site only. It does not activate the theme, but allows it to show in the site’s Appearance menu. ') . '</p>' . 28 '<p>' . __('<strong>Themes</strong> - This areas shows themes that are not already enabled across the network. Enabling a theme in this menu makes it accessible to this site. It does not activate the theme, but allows it to show in the site’s Appearance menu. ') . '</p>' . 29 '<p>' . sprintf( __( 'To enable a theme for the entire network, see the <a href="%s">Network Themes</a> screen.' ), network_admin_url( 'themes.php' ) ) . '</p>' . 29 30 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 30 31 '<p><strong>' . __('For more information:') . '</strong></p>' .
Note: See TracChangeset
for help on using the changeset viewer.