Changeset 18867 for trunk/wp-admin/plugins.php
- Timestamp:
- 10/03/2011 04:00:57 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r18864 r18867 317 317 add_thickbox(); 318 318 319 add_screen_option( 'per_page', array('label' => _x( 'Plugins', 'plugins per page (screen options)' )) );320 321 $current_screen->add_ screen_options(319 $current_screen->add_option( 'per_page', array('label' => _x( 'Plugins', 'plugins per page (screen options)' )) ); 320 321 $current_screen->add_option_context( 322 322 '<p>test</p>' 323 323 );
Note: See TracChangeset
for help on using the changeset viewer.