From 2b774bf447eb53c91fa8cf1faed9dbc3909aa817 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 5 Apr 2015 16:06:02 +0000 Subject: [PATCH] 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 --- src/wp-includes/media.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index 9c04e9c7ac..235990997a 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -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 );