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.'); ?>