Changeset 18864 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 10/02/2011 06:59:36 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r18853 r18864 162 162 $current_screen->add_option('layout_columns', array('max' => 2, 'default' => 'auto') ); 163 163 164 $current_screen->add_screen_options( 165 '<p>test</p>' 166 ); 167 164 168 if ( 'post' == $post_type ) { 165 169 $customize_display = '<p>' . __('The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop, and can minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.') . '</p>'; … … 168 172 'id' => 'customize-display', 169 173 'title' => __('Customizing This Display'), 170 'content' => $customize_display ,174 'content' => $customize_display 171 175 ) ); 172 176
Note: See TracChangeset
for help on using the changeset viewer.