Ticket #15314: 15314.site-themes.diff

File 15314.site-themes.diff, 1.5 KB (added by nacin, 2 years ago)

Diff off trunk from vegasgeek

  • wp-admin/network/site-themes.php

     
    2525 
    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 all installed themes EXCEPT for the themes that are 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>' . 
     29        '<p>' . __('To make a theme available for activation to the entire network, first enable the theme from the master site\'s dashboard > Site Options menu > Themes tab. Then enable the theme from the network admin Themes menu. ') . '</p>' . 
    2930        '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 
    3031        '<p><strong>' . __('For more information:') . '</strong></p>' . 
    3132        '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' .