From 229a52b3a14522bf99624ec8fcefdb318986313d Mon Sep 17 00:00:00 2001 From: markjaquith Date: Fri, 7 Sep 2007 02:56:05 +0000 Subject: [PATCH] focus the cursor when writing a new post. Props foolswisdom and Nazgul. fixes #3936 git-svn-id: http://svn.automattic.com/wordpress/trunk@6059 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 a54ca8c563..ecc3536b1e 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -57,7 +57,7 @@ if (empty($post->post_status)) $post->post_status = 'draft'; - $_GET['message']) : ?> +post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?>