Changeset 19666
- Timestamp:
- 01/03/2012 08:29:17 PM (13 years ago)
- Location:
- branches/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3
-
branches/3.3/wp-admin/includes/template.php
r19659 r19666 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> -
branches/3.3/wp-includes/capabilities.php
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.