Changeset 18911 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 10/07/2011 04:57:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r18892 r18911 159 159 do_action('do_meta_boxes', $post_type, 'side', $post); 160 160 161 $current_screen->add_option('layout_columns', array('max' => 2, 'default' => 2) ); 162 163 $current_screen->add_option_context( 164 '<p>test</p>' 165 ); 161 add_screen_option('layout_columns', array('max' => 2, 'default' => 2) ); 166 162 167 163 if ( 'post' == $post_type ) { … … 171 167 'id' => 'customize-display', 172 168 'title' => __('Customizing This Display'), 173 'content' => $customize_display 169 'content' => $customize_display, 174 170 ) ); 175 171
Note: See TracChangeset
for help on using the changeset viewer.