From 307f243ee4d2bb438aba443d9b188189cdcce141 Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 7 Nov 2011 19:49:50 +0000 Subject: [PATCH] Fix tabbing from 'title' to 'content', see #19088 git-svn-id: http://svn.automattic.com/wordpress/trunk@19206 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 df7520190..e4e03dd87 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' ); ?>