Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.