From f08f9758355421873dea5da6ce4cb26e6e4cb3b2 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 20 May 2008 23:46:31 +0000 Subject: [PATCH] Fix trackback meta box. Props mdawaffe. fixes #7010 git-svn-id: http://svn.automattic.com/wordpress/trunk@7967 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index b44e365fda..c0dd48e17e 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -52,17 +52,6 @@ $form_pingback = ''; -$form_trackback = 'to_ping) ) .'" />'; - -if ('' != $post->pinged) { - $pings = '

'. __('Already pinged:') . '

'; -} - $saveasdraft = ''; ?> @@ -284,6 +273,16 @@ function post_excerpt_meta_box($post) { add_meta_box('postexcerpt', __('Excerpt'), 'post_excerpt_meta_box', 'post', 'advanced', 'core'); function post_trackback_meta_box($post) { + $form_trackback = 'to_ping) ) .'" />'; + if ('' != $post->pinged) { + $pings = '

'. __('Already pinged:') . '

'; + } + ?>


()

pingbacks, no other action necessary.'); ?>