Make WordPress Core

Ticket #27867: 27867.patch

File 27867.patch, 1.2 KB (added by hardeepasrani, 12 years ago)

Here's the patch.

  • wp-admin/edit-form-advanced.php

     
    253253add_screen_option('layout_columns', array('max' => 2, 'default' => 2) );
    254254
    255255if ( 'post' == $post_type ) {
    256         $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. You can also 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>';
     256        $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. You can also 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).') . '</p>';
    257257
    258258        get_current_screen()->add_help_tab( array(
    259259                'id'      => 'customize-display',