Changeset 15746 for trunk/wp-admin/index.php
- Timestamp:
- 10/07/2010 07:34:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r15132 r15746 25 25 $parent_file = 'index.php'; 26 26 27 if ( is_user_admin() ) 28 add_screen_option('layout_columns', array('max' => 4, 'default' => 1) ); 29 else 30 add_screen_option('layout_columns', array('max' => 4, 'default' => 2) ); 31 27 32 add_contextual_help($current_screen, 28 33 … … 43 48 ); 44 49 45 require_once('./admin-header.php');50 include (ABSPATH . 'wp-admin/admin-header.php'); 46 51 47 52 $today = current_time('mysql', 1);
Note: See TracChangeset
for help on using the changeset viewer.