Plugin Directory

Changeset 792360


Ignore:
Timestamp:
10/23/2013 02:58:07 PM (12 years ago)
Author:
lessbloat
Message:

Just adding code comment reference to code that should be removed in core when column options are removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dashboard/trunk/dashboard-override.php

    r787632 r792360  
    2121// Remove Recent Comments
    2222remove_meta_box( 'dashboard_recent_comments', 'dashboard', 'normal' );
     23
     24// Columns option to be eliminated from core
     25//if ( is_user_admin() ) 
     26//  add_screen_option('layout_columns', array('max' => 4, 'default' => 1) ); 
     27//else 
     28//  add_screen_option('layout_columns', array('max' => 4, 'default' => 2) ); 
    2329
    2430wp_enqueue_script( 'dashboard' );
Note: See TracChangeset for help on using the changeset viewer.