Make WordPress Core

Changeset 34971


Ignore:
Timestamp:
10/08/2015 10:54:14 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing @since versions for the oembed_minwidth and oembed_maxwidth filters, introduced in [34903].

See #34227.

File:
1 edited

Legend:

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

    r34970 r34971  
    333333 * @since 4.4.0
    334334 *
    335  * @see WP_oEmbed_Controller
     335 * @see WP_oEmbed_Controller::parse_query()
    336336 *
    337337 * @param WP_Query $wp_query The current WP_Query instance.
     
    527527     * Filter the allowed minimum width for the oEmbed response.
    528528     *
     529     * @since 4.4.0
     530     *
    529531     * @param int $width The minimum width. Defaults to 200.
    530532     */
     
    533535    /**
    534536     * Filter the allowed maximum width for the oEmbed response.
     537     *
     538     * @since 4.4.0
    535539     *
    536540     * @param int $width The maximum width. Defaults to 600.
Note: See TracChangeset for help on using the changeset viewer.