Make WordPress Core

Changeset 19206


Ignore:
Timestamp:
11/07/2011 07:49:50 PM (12 years ago)
Author:
azaozz
Message:

Fix tabbing from 'title' to 'content', see #19088

File:
1 edited

Legend:

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

    r19170 r19206  
    318318<div id="postdivrich" class="postarea">
    319319
    320 <?php wp_editor($post->post_content, 'content', array('dfw' => true) ); ?>
     320<?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabindex' => 1) ); ?>
    321321
    322322<table id="post-status-info" cellspacing="0"><tbody><tr>
Note: See TracChangeset for help on using the changeset viewer.