Docs: Clarify the file header summary for wp-includes/embed-functions.php, and add missing parameter information for wp_oembed_parse_query()
, introduced in [34903].
See #34227. git-svn-id: https://develop.svn.wordpress.org/trunk@34967 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
39ff95f883
commit
43431fd8b3
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* WordPress API for embedding content.
|
||||
* oEmbed API: Top-level oEmbed functionality
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage oEmbed
|
||||
@ -328,9 +328,11 @@ function wp_embed_handler_video( $matches, $attr, $url, $rawattr ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Parse an oEmbed API query.
|
||||
* Parses an oEmbed API query.
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @param WP_Query $wp_query The current WP_Query instance.
|
||||
*/
|
||||
function wp_oembed_parse_query( $wp_query ) {
|
||||
$controller = new WP_oEmbed_Controller;
|
||||
|
Loading…
Reference in New Issue
Block a user