Network admin contextual help fixes. props SergeyBiryukov, fixes #15314.

git-svn-id: https://develop.svn.wordpress.org/trunk@17037 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-17 23:34:10 +00:00
parent 456e675420
commit 8336d6afcf
4 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ if ( ! current_user_can( 'manage_sites' ) )
add_contextual_help($current_screen,
'<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' .
'<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>' .
'<p>' . __('<strong>Themes</strong> - This area 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>' .
'<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>' .
'<p>' . __('See the contextual help on the next tab.') . '</p>' .
'<p><strong>' . __('For more information:') . '</strong></p>' .