Make WordPress Core


Ignore:
Timestamp:
07/22/2012 02:33:53 AM (12 years ago)
Author:
azaozz
Message:

TinyMCE: fix tabbig in and out of the editor, fixes #20834

File:
1 edited

Legend:

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

    r21212 r21300  
    313313<div id="postdivrich" class="postarea">
    314314
    315 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabindex' => 1) ); ?>
     315<?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabindex' => 1, 'tabfocus_elements' => 'sample-permalink,post-preview') ); ?>
    316316
    317317<table id="post-status-info" cellspacing="0"><tbody><tr>
Note: See TracChangeset for help on using the changeset viewer.