Ticket #57069: 57069.3.patch
File 57069.3.patch, 974 bytes (added by , 2 years ago) |
---|
-
class-wp-oembed-controller.php
161 161 * 162 162 * @see WP_oEmbed::get_html() 163 163 * @global WP_Embed $wp_embed 164 * @global WP_Scripts $wp_scripts 164 165 * 165 166 * @param WP_REST_Request $request Full data about the request. 166 167 * @return object|WP_Error oEmbed response data or WP_Error on failure. -
general-template.php
3682 3682 * Retrieves a list of unique hosts of all enqueued scripts and styles. 3683 3683 * 3684 3684 * @since 4.6.0 3685 * 3686 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts. 3687 * @global WP_Styles $wp_styles 3685 3688 * 3686 3689 * @return string[] A list of unique hosts of enqueued scripts and styles. 3687 3690 */