Changeset 792360
- Timestamp:
- 10/23/2013 02:58:07 PM (12 years ago)
- File:
-
- 1 edited
-
dashboard/trunk/dashboard-override.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dashboard/trunk/dashboard-override.php
r787632 r792360 21 21 // Remove Recent Comments 22 22 remove_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) ); 23 29 24 30 wp_enqueue_script( 'dashboard' );
Note: See TracChangeset
for help on using the changeset viewer.