Changeset 18911 for trunk/wp-admin/network/index.php
- Timestamp:
- 10/07/2011 04:57:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/index.php
r18889 r18911 39 39 add_thickbox(); 40 40 41 $current_screen->add_option('layout_columns', array('max' => 4, 'default' => 2) ); 42 43 $current_screen->add_option_context( 44 '<p>test</p>' 45 ); 41 add_screen_option('layout_columns', array('max' => 4, 'default' => 2) ); 46 42 47 43 require_once( '../admin-header.php' );
Note: See TracChangeset
for help on using the changeset viewer.