Changeset 18867 for trunk/wp-admin/network/sites.php
- Timestamp:
- 10/03/2011 04:00:57 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/sites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/sites.php
r18864 r18867 23 23 $parent_file = 'sites.php'; 24 24 25 add_screen_option( 'per_page', array('label' => _x( 'Sites', 'sites per page (screen options)' )) );26 27 $current_screen->add_ screen_options(25 $current_screen->add_option( 'per_page', array('label' => _x( 'Sites', 'sites per page (screen options)' )) ); 26 27 $current_screen->add_option_context( 28 28 '<p>test</p>' 29 29 );
Note: See TracChangeset
for help on using the changeset viewer.