Make WordPress Core


Ignore:
Timestamp:
11/26/2013 05:08:37 AM (12 years ago)
Author:
helen
Message:

Dashboard columns:

  • Improve responsive breakpoints for.
  • Remove obsolete network admin option.
  • Remove unnecessary JS.

props SergeyBiryukov, kraftbj, lessbloat. fixes #26074.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r26337 r26392  
    136136function wp_dashboard() {
    137137    $screen = get_current_screen();
    138     $class = 'columns-' . get_current_screen()->get_columns();
    139138
    140139?>
    141 <div id="dashboard-widgets" class="metabox-holder <?php echo $class; ?>">
     140<div id="dashboard-widgets" class="metabox-holder">
    142141    <div id='postbox-container-1' class='postbox-container'>
    143142    <?php do_meta_boxes( $screen->id, 'normal', '' ); ?>
Note: See TracChangeset for help on using the changeset viewer.