Changeset 784577
- Timestamp:
- 10/08/2013 02:47:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dashboard/trunk/dashboard-override.php
r779745 r784577 33 33 34 34 $parent_file = 'index.php'; 35 36 if ( is_user_admin() ) 37 add_screen_option('layout_columns', array('max' => 4, 'default' => 1) ); 38 else 39 add_screen_option('layout_columns', array('max' => 4, 'default' => 2) ); 35 40 36 41 $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.