Plugin Directory

Changeset 784577


Ignore:
Timestamp:
10/08/2013 02:47:09 PM (11 years ago)
Author:
lessbloat
Message:

Temporarily reenabling columns screen option - will take it back out once the responsive columns CSS is in.

File:
1 edited

Legend:

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

    r779745 r784577  
    3333
    3434$parent_file = 'index.php';
     35
     36if ( is_user_admin() )
     37    add_screen_option('layout_columns', array('max' => 4, 'default' => 1) );
     38else
     39    add_screen_option('layout_columns', array('max' => 4, 'default' => 2) );
    3540 
    3641$help = '<p>' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the upper corner.' ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.