Dashboard styling and validation fixes from mdawaffe. see #7552

git-svn-id: https://develop.svn.wordpress.org/trunk@9120 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-10 23:54:27 +00:00
parent 6d727a9c2b
commit 53b8d4497a
3 changed files with 16 additions and 5 deletions
+2 -1
View File
@@ -2082,10 +2082,11 @@ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single',
<?php wp_nonce_field( 'replyto-comment', '_ajax_nonce', false ); ?>
<?php wp_comment_form_unfiltered_html_nonce(); ?>
<?php if ( $table_row ) : ?>
</td></tr></tbody></table></form>
</td></tr></tbody></table>
<?php else : ?>
</div></div>
<?php endif; ?>
</form>
<?php
}