Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors.
Props sudar for the original patch. See #35974 Built from https://develop.svn.wordpress.org/trunk@41686 git-svn-id: http://core.svn.wordpress.org/trunk@41520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2600,9 +2600,9 @@ function pingback( $content, $post_id ) {
|
||||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
* @param array &$post_links An array of post links to be checked, passed by reference.
|
||||
* @param array &$pung Whether a link has already been pinged, passed by reference.
|
||||
* @param int $post_ID The post ID.
|
||||
* @param array $post_links An array of post links to be checked (passed by reference).
|
||||
* @param array $pung Whether a link has already been pinged (passed by reference).
|
||||
* @param int $post_ID The post ID.
|
||||
*/
|
||||
do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user