Remove unneeded spaces in the hook doc for the attachment_url_to_postid
filter.
See [31867]. See #31888. git-svn-id: https://develop.svn.wordpress.org/trunk@32043 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f372dd828e
commit
2b774bf447
@ -3414,8 +3414,8 @@ function attachment_url_to_postid( $url ) {
|
||||
*
|
||||
* @since 4.2.0
|
||||
*
|
||||
* @param int|null $post_id The post_id (if any) found by the function.
|
||||
* @param string $url The URL being looked up.
|
||||
* @param int|null $post_id The post_id (if any) found by the function.
|
||||
* @param string $url The URL being looked up.
|
||||
*/
|
||||
$post_id = apply_filters( 'attachment_url_to_postid', $post_id, $url );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user