Make WordPress Core

Changeset 19665


Ignore:
Timestamp:
01/03/2012 08:18:31 PM (13 years ago)
Author:
nacin
Message:

Fix tabbing for comment reply and edit. see #19727, for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r19656 r19665  
    335335    <?php
    336336    $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 ) );
    338338    ?>
    339339    </div>
Note: See TracChangeset for help on using the changeset viewer.