Make WordPress Core

Changeset 32043


Ignore:
Timestamp:
04/05/2015 04:06:02 PM (8 years ago)
Author:
DrewAPicture
Message:

Remove unneeded spaces in the hook doc for the attachment_url_to_postid filter.

See [31867]. See #31888.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r31867 r32043  
    34153415     * @since 4.2.0
    34163416     *
    3417      * @param int|null $post_id  The post_id (if any) found by the function.
    3418      * @param string   $url      The URL being looked up.
     3417     * @param int|null $post_id The post_id (if any) found by the function.
     3418     * @param string   $url     The URL being looked up.
    34193419     */
    34203420    $post_id = apply_filters( 'attachment_url_to_postid', $post_id, $url );
Note: See TracChangeset for help on using the changeset viewer.