Changeset 18867 for trunk/wp-admin/edit-link-form.php
- Timestamp:
- 10/03/2011 04:00:57 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r18864 r18867 38 38 do_action('do_meta_boxes', 'link', 'side', $link); 39 39 40 add_screen_option('layout_columns', array('max' => 2, 'default' => 'auto') );40 $current_screen->add_option('layout_columns', array('max' => 2, 'default' => 'auto') ); 41 41 42 $current_screen->add_ screen_options(42 $current_screen->add_option_context( 43 43 '<p>test</p>' 44 44 );
Note: See TracChangeset
for help on using the changeset viewer.