Make WordPress Core

Changeset 23955


Ignore:
Timestamp:
04/10/2013 07:20:13 PM (13 years ago)
Author:
helen
Message:

Add .edit-form-section class to the comment edit form for correct spacing. fixes #23240.

File:
1 edited

Legend:

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

    r23578 r23955  
    2424
    2525<div id="post-body" class="metabox-holder columns-2">
    26 <div id="post-body-content">
     26<div id="post-body-content" class="edit-form-section">
    2727<div id="namediv" class="stuffbox">
    2828<h3><label for="name"><?php _e( 'Author' ) ?></label></h3>
Note: See TracChangeset for help on using the changeset viewer.