Make WordPress Core


Ignore:
Timestamp:
02/26/2008 04:53:48 AM (17 years ago)
Author:
ryan
Message:

Fix edit comment form tab indices. fixes #5712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-comment.php

    r6970 r7032  
    8686<h3><?php _e('URL') ?></h3>
    8787<div class="inside">
    88 <input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" value="<?php echo attribute_escape( $comment->comment_author_url ); ?>" tabindex="2" />
     88<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" value="<?php echo attribute_escape( $comment->comment_author_url ); ?>" tabindex="3" />
    8989</div>
    9090</div>
     
    9292<div id="postdiv" class="postarea">
    9393<h3><?php _e('Comment') ?></h3>
    94 <?php the_editor($comment->comment_content, 'content', 'newcomment_author_url', false); ?>
     94<?php the_editor($comment->comment_content, 'content', 'newcomment_author_url', false, 4); ?>
    9595<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
    9696</div>
Note: See TracChangeset for help on using the changeset viewer.