Changeset 6406

Show
Ignore:
Timestamp:
12/19/07 17:27:22 (1 year ago)
Author:
westi
Message:

Move the heading inside the wrap. Fixes #5348 props rob1n

Files:

Legend:

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

    r6078 r6406  
    77 
    88<form name="post" action="comment.php" method="post" id="post"> 
    9 <h2><?php echo $toprow_title; ?></h2> 
    109<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?> 
    1110<div class="wrap"> 
     11<h2><?php echo $toprow_title; ?></h2> 
    1212<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 
    1313<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />