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
This commit is contained in:
parent
0cdc3aaff5
commit
958dd144e9
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue