Changeset 18864 for trunk/wp-admin/network/themes.php
- Timestamp:
- 10/02/2011 06:59:36 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/themes.php
r18569 r18864 176 176 add_screen_option( 'per_page', array('label' => _x( 'Themes', 'themes per page (screen options)' )) ); 177 177 178 $current_screen->add_screen_options( 179 '<p>test</p>' 180 ); 181 178 182 add_contextual_help($current_screen, 179 183 '<p>' . __('This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.