Ticket #19727: 19727.diff
| File 19727.diff, 659 bytes (added by , 14 years ago) |
|---|
-
wp-admin/includes/template.php
334 334 <div id="replycontainer"> 335 335 <?php 336 336 $quicktags_settings = array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,spell,close' ); 337 wp_editor( '', 'replycontent', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings ) );337 wp_editor( '', 'replycontent', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings, 'tabindex' => 104 ) ); 338 338 ?> 339 339 </div> 340 340