Add $post_ID context to the pre_ping filter. props alexkingorg, devesine. fixes #18506.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-03-06 22:44:44 +00:00
parent 820ebbab9e
commit 8199ae99aa

View File

@ -1816,7 +1816,7 @@ function pingback($content, $post_ID) {
endif;
endforeach;
do_action_ref_array('pre_ping', array(&$post_links, &$pung));
do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post_ID ) );
foreach ( (array) $post_links as $pagelinkedto ) {
$pingback_server_url = discover_pingback_server_uri( $pagelinkedto );