Changeset 18498 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 08/03/2011 10:19:00 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r17966 r18498 121 121 122 122 <div id="postdiv" class="postarea"> 123 <?php the_editor($comment->comment_content, 'content', 'newcomment_author_url', false, 4, false); ?> 124 <?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?> 123 <?php 124 $quicktags_settings = array( 'quicktags_buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,spell,close' ); 125 wp_editor( $comment->comment_content, 'content', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings ) ); 126 wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?> 125 127 </div> 126 128
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)