Changeset 34967
- Timestamp:
- 10/08/2015 10:37:03 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/embed-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed-functions.php
r34915 r34967 1 1 <?php 2 2 /** 3 * WordPress API for embedding content.3 * oEmbed API: Top-level oEmbed functionality 4 4 * 5 5 * @package WordPress … … 329 329 330 330 /** 331 * Parse an oEmbed API query. 332 * 333 * @since 4.4.0 331 * Parses an oEmbed API query. 332 * 333 * @since 4.4.0 334 * 335 * @param WP_Query $wp_query The current WP_Query instance. 334 336 */ 335 337 function wp_oembed_parse_query( $wp_query ) {
Note: See TracChangeset
for help on using the changeset viewer.