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-comment.php

    r8691 r8697  
    1717
    1818<form name="post" action="comment.php" method="post" id="post">
    19 <div id="wpbody-content">
    20 
    2119<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
    2220<div class="wrap">
     
    2624<a class="button" href="<?php echo get_comment_link(); ?>" target="_blank"><?php _e('View this Comment'); ?></a>
    2725</div>
    28 
     26<div id="poststuff">
    2927<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />
    3028<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />
     
    118116</div>
    119117</div>
    120 </div>
    121 
    122118</form>
    123119
Note: See TracChangeset for help on using the changeset viewer.