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/network/index.php

    r18889 r18911  
    3939add_thickbox();
    4040
    41 $current_screen->add_option('layout_columns', array('max' => 4, 'default' => 2) );
    42 
    43 $current_screen->add_option_context(
    44 '<p>test</p>'
    45 );
     41add_screen_option('layout_columns', array('max' => 4, 'default' => 2) );
    4642
    4743require_once( '../admin-header.php' );
Note: See TracChangeset for help on using the changeset viewer.