Make WordPress Core

Ticket #57069: 57069.3.patch

File 57069.3.patch, 974 bytes (added by upadalavipul, 2 years ago)
  • class-wp-oembed-controller.php

     
    161161         *
    162162         * @see WP_oEmbed::get_html()
    163163         * @global WP_Embed $wp_embed
     164         * @global WP_Scripts $wp_scripts
    164165         *
    165166         * @param WP_REST_Request $request Full data about the request.
    166167         * @return object|WP_Error oEmbed response data or WP_Error on failure.
  • general-template.php

     
    36823682 * Retrieves a list of unique hosts of all enqueued scripts and styles.
    36833683 *
    36843684 * @since 4.6.0
     3685 *
     3686 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
     3687 * @global WP_Styles $wp_styles
    36853688 *
    36863689 * @return string[] A list of unique hosts of enqueued scripts and styles.
    36873690 */