From 710ac302ea03125ab03e1a35c6da955ce5089df2 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 23 Jul 2006 17:14:20 +0000 Subject: [PATCH] Custom field AJAX fix from mdawaffe. fixes #2970 git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@4028 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-page-form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index c2ec39d7a5..c9b7ef5b30 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -32,7 +32,7 @@ if (isset($mode) && 'bookmarklet' == $mode) { } ?> - + @@ -213,6 +213,7 @@ if($metadata = has_meta($post_ID)) { meta_form(); ?> +