Changeset 18803 for trunk/wp-admin/includes/template.php
- Timestamp:
- 09/28/2011 09:07:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r18782 r18803 312 312 <div id="com-reply" style="display:none;"><div id="replyrow" style="display:none;"> 313 313 <?php endif; ?> 314 <div id="replyhead" style="display:none;">< ?php _e('Reply to Comment'); ?></div>314 <div id="replyhead" style="display:none;"><h5><?php _e( 'Reply to Comment' ); ?></h5></div> 315 315 316 316 <div id="edithead" style="display:none;"> … … 332 332 </div> 333 333 334 <div id="replycontainer"><textarea rows="8" cols="40" name="replycontent" tabindex="104" id="replycontent"></textarea></div> 334 <div id="replycontainer"> 335 <?php 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 ) ); 338 ?> 339 </div> 335 340 336 341 <p id="replysubmit" class="submit">
Note: See TracChangeset
for help on using the changeset viewer.