Don't show Add Media when editing comments. Props azaozz. fixes #5910

git-svn-id: https://develop.svn.wordpress.org/trunk@6930 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-20 05:39:04 +00:00
parent 4e50a6d3e2
commit 98779e9752
3 changed files with 7 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ addLoadEvent(focusit);
<div id="postdiv" class="postarea">
<h3><?php _e('Comment') ?></h3>
<?php the_editor($comment->comment_content, 'content'); ?>
<?php the_editor($comment->comment_content, 'content', 'newcomment_author_url', false); ?>
<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
</div>