Changeset 34971
- Timestamp:
- 10/08/2015 10:54:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed-functions.php
r34970 r34971 333 333 * @since 4.4.0 334 334 * 335 * @see WP_oEmbed_Controller 335 * @see WP_oEmbed_Controller::parse_query() 336 336 * 337 337 * @param WP_Query $wp_query The current WP_Query instance. … … 527 527 * Filter the allowed minimum width for the oEmbed response. 528 528 * 529 * @since 4.4.0 530 * 529 531 * @param int $width The minimum width. Defaults to 200. 530 532 */ … … 533 535 /** 534 536 * Filter the allowed maximum width for the oEmbed response. 537 * 538 * @since 4.4.0 535 539 * 536 540 * @param int $width The maximum width. Defaults to 600.
Note: See TracChangeset
for help on using the changeset viewer.