Make WordPress Core

Ticket #22933: edit-form-advanced.php.diff

File edit-form-advanced.php.diff, 730 bytes (added by adamsilverstein, 12 years ago)

correct tabbing out of post edit area

  • edit-form-advanced.php

     
    360360?>
    361361<div id="postdivrich" class="postarea">
    362362
    363 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'sample-permalink,post-preview', 'editor_height' => 360) ); ?>
     363<?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'sample-permalink,save-post', 'editor_height' => 360) ); ?>
    364364
    365365<table id="post-status-info" cellspacing="0"><tbody><tr>
    366366        <td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td>