Make WordPress Core


Ignore:
Timestamp:
10/31/2015 03:37:10 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Embeds: Fix typo in oembed_request_post_id filter DocBlock.

Props swissspidy.
See #34523.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-oembed-controller.php

    r35436 r35470  
    6868
    6969                /**
    70                  * Filter the determined post id.
     70                 * Filter the determined post ID.
    7171                 *
    7272                 * @since 4.4.0
    7373                 *
    7474                 * @param int    $post_id The post ID.
    75                  * @param string $url     The requestd URL.
     75                 * @param string $url     The requested URL.
    7676                 */
    7777                $post_id = apply_filters( 'oembed_request_post_id', $post_id, $request['url'] );
Note: See TracChangeset for help on using the changeset viewer.