From ae0602d974f818e6f0af42763a0fde75a575d4ff Mon Sep 17 00:00:00 2001 From: Donncha O Caoimh Date: Mon, 20 Sep 2004 09:37:30 +0000 Subject: [PATCH] Fix by Michael Leuchtenburg so that bookmarklet respects pingback setting. git-svn-id: https://develop.svn.wordpress.org/trunk@1698 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/bookmarklet.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-admin/bookmarklet.php b/wp-admin/bookmarklet.php index 7d34aa17d7..4ce32d5249 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)) {