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.