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
This commit is contained in:
parent
d79ecd8bba
commit
8652208375
|
@ -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 );
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue