Changeset 18911 for trunk/wp-admin/network/themes.php
- Timestamp:
- 10/07/2011 04:57:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/themes.php
r18869 r18911 202 202 add_thickbox(); 203 203 204 $current_screen->add_option( 'per_page', array('label' => _x( 'Themes', 'themes per page (screen options)' )) ); 205 206 $current_screen->add_option_context( 207 '<p>test</p>' 208 ); 204 add_screen_option( 'per_page', array('label' => _x( 'Themes', 'themes per page (screen options)' )) ); 209 205 210 206 add_contextual_help($current_screen,
Note: See TracChangeset
for help on using the changeset viewer.