Changeset 16981 for trunk/wp-admin/network/site-themes.php
- Timestamp:
- 12/16/2010 06:52:47 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/site-themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-themes.php
r16970 r16981 23 23 if ( !current_user_can('manage_sites') ) 24 24 wp_die( __( 'You do not have sufficient permissions to manage themes for this site.' ) ); 25 26 add_contextual_help($current_screen, 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>' . 29 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 30 '<p><strong>' . __('For more information:') . '</strong></p>' . 31 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' . 32 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 33 ); 25 34 26 35 $wp_list_table = get_list_table('WP_MS_Themes_List_Table');
Note: See TracChangeset
for help on using the changeset viewer.