Changeset 26392 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 11/26/2013 05:08:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r26337 r26392 136 136 function wp_dashboard() { 137 137 $screen = get_current_screen(); 138 $class = 'columns-' . get_current_screen()->get_columns();139 138 140 139 ?> 141 <div id="dashboard-widgets" class="metabox-holder <?php echo $class; ?>">140 <div id="dashboard-widgets" class="metabox-holder"> 142 141 <div id='postbox-container-1' class='postbox-container'> 143 142 <?php do_meta_boxes( $screen->id, 'normal', '' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.