From 958dd144e9ca9e810c5505a642cd62d15c124b26 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 20 Sep 2004 09:37:30 +0000 Subject: [PATCH] Fix by Michael Leuchtenburg so that bookmarklet respects pingback setting. git-svn-id: http://svn.automattic.com/wordpress/trunk@1698 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/bookmarklet.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-admin/bookmarklet.php b/wp-admin/bookmarklet.php index 7d34aa17d..4ce32d524 100644 --- a/wp-admin/bookmarklet.php +++ b/wp-admin/bookmarklet.php @@ -58,6 +58,9 @@ window.close() // the var instead of changing the assignment on the lines above. // -- Alex King 2004-01-07 $edited_post_title = $post_title; + +// $post_pingback needs to be set in any file that includes edit-form.php + $post_pingback = get_settings('default_pingback_flag'); $content = $_REQUEST['content']; if (!empty($content)) {