Make WordPress Core


Ignore:
Timestamp:
04/23/2012 10:40:59 PM (13 years ago)
Author:
azaozz
Message:

Dashboard and write screen columns: remove unneeded class from the .wrap div on Write/Edit screens, see #20015

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-form.php

    r20272 r20570  
    5858?>
    5959
    60 <div class="wrap columns-<?php echo (int) $screen_layout_columns ? (int) $screen_layout_columns : 'auto'; ?>">
     60<div class="wrap">
    6161<?php screen_icon(); ?>
    6262<h2><?php echo esc_html( $title ); ?>  <a href="link-add.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a></h2>
Note: See TracChangeset for help on using the changeset viewer.