From 596034c7c9c801771f3c3dab16ea42dbf2b11ed2 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 7 Nov 2011 19:49:50 +0000 Subject: [PATCH] Fix tabbing from 'title' to 'content', see #19088 git-svn-id: https://develop.svn.wordpress.org/trunk@19206 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index df75201903..e4e03dd87c 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -317,7 +317,7 @@ wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false );
-post_content, 'content', array('dfw' => true) ); ?> +post_content, 'content', array('dfw' => true, 'tabindex' => 1) ); ?>
0' ); ?>