[wp-cvs] wordpress/wp-admin bookmarklet.php,1.12,1.13
Donncha O Caoimh
donncha at users.sourceforge.net
Mon Sep 20 09:37:32 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16803/wp-admin
Modified Files:
bookmarklet.php
Log Message:
Fix by Michael Leuchtenburg so that bookmarklet respects pingback setting.
Index: bookmarklet.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/bookmarklet.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bookmarklet.php 1 Aug 2004 08:04:16 -0000 1.12
--- bookmarklet.php 20 Sep 2004 09:37:30 -0000 1.13
***************
*** 59,62 ****
--- 59,65 ----
// -- 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'];
More information about the cvs
mailing list