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:
Drew Jaynes 2015-04-05 16:06:02 +00:00
parent f372dd828e
commit 2b774bf447
1 changed files with 2 additions and 2 deletions

View File

@ -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 );