Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r16362 r17966  
    121121
    122122<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); ?>
    124124<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
    125125</div>
Note: See TracChangeset for help on using the changeset viewer.