Make WordPress Core

Changeset 16982


Ignore:
Timestamp:
12/16/2010 07:02:56 AM (13 years ago)
Author:
nacin
Message:

Network admin contextual help edits. props vegasgeek, see #15314.

Location:
trunk/wp-admin/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/site-options.php

    r16981 r16982  
    1919add_contextual_help($current_screen,
    2020    '<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>' .
    2222    '<p>' . __('See the contextual help on the next tab. ') . '</p>' .
    2323    '<p><strong>' . __('For more information:') . '</strong></p>' .
  • trunk/wp-admin/network/site-themes.php

    r16981 r16982  
    2626add_contextual_help($current_screen,
    2727    '<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&#8217;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&#8217;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>' .
    2930    '<p>' . __('See the contextual help on the next tab. ') . '</p>' .
    3031    '<p><strong>' . __('For more information:') . '</strong></p>' .
Note: See TracChangeset for help on using the changeset viewer.