From 865220837539eab10d16cea5a9e9afd5b2f2ef10 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 5 Apr 2015 16:07:27 +0000 Subject: [PATCH] Remove unneeded spaces in the hook doc for the `attachment_url_to_postid` filter. See [31867]. See #31888. Built from https://develop.svn.wordpress.org/trunk@32043 git-svn-id: http://core.svn.wordpress.org/trunk@32022 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/media.php b/wp-includes/media.php index 9c04e9c7ac..235990997a 100644 --- a/wp-includes/media.php +++ b/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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index bf25c1f911..dd1993bfcb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32042'; +$wp_version = '4.2-beta4-32043'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.