Make WordPress Core


Ignore:
Timestamp:
10/07/2011 04:57:12 AM (14 years ago)
Author:
nacin
Message:

Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r18892 r18911  
    159159do_action('do_meta_boxes', $post_type, 'side', $post);
    160160
    161 $current_screen->add_option('layout_columns', array('max' => 2, 'default' => 2) );
    162 
    163 $current_screen->add_option_context(
    164 '<p>test</p>'
    165 );
     161add_screen_option('layout_columns', array('max' => 2, 'default' => 2) );
    166162
    167163if ( 'post' == $post_type ) {
     
    171167        'id'      => 'customize-display',
    172168        'title'   => __('Customizing This Display'),
    173         'content' => $customize_display
     169        'content' => $customize_display,
    174170    ) );
    175171
Note: See TracChangeset for help on using the changeset viewer.