- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r16362 r17966 121 121 122 122 <div id="postdiv" class="postarea"> 123 <?php the_editor($comment->comment_content, 'content', 'newcomment_author_url', false, 4 ); ?>123 <?php the_editor($comment->comment_content, 'content', 'newcomment_author_url', false, 4, false); ?> 124 124 <?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?> 125 125 </div>
Note: See TracChangeset
for help on using the changeset viewer.