Make WordPress Core


Ignore:
Timestamp:
08/21/2008 02:25:14 AM (17 years ago)
Author:
azaozz
Message:

Some css cleanup and fixes after the merge, see #7552

File:
1 edited

Legend:

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

    r8691 r8697  
    5757
    5858<form name="post" action="post.php" method="post" id="post">
    59 <div id="wpbody-content">
    60 
    61 
    6259<?php
    6360
     
    299296<input name="advanced_view" type="hidden" value="1" />
    300297<p class="meta-options">
    301     <label for="comment_status" class="selectit"> <input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /><?php _e('Allow comments on this post') ?></label>
     298    <label for="comment_status" class="selectit"> <input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /> <?php _e('Allow comments on this post') ?></label>
    302299</p>
    303300<?php
    304 
    305301
    306302    if ( !$post_ID || $post_ID < 0 )
     
    318314    <tr>
    319315        <th scope="col"><?php _e('Comments') ?></th>
     316        <th scope="col"><?php _e('Author') ?></th>
    320317        <th scope="col"><?php _e('Submitted') ?></th>
    321318    </tr>
     
    536533
    537534</div>
    538 <br class="clear" />
    539 </div>
    540 
    541535</form>
    542536
Note: See TracChangeset for help on using the changeset viewer.