Make WordPress Core


Ignore:
Timestamp:
03/06/2024 05:04:00 AM (16 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add a description for the $wp_embed global.

Follow-up to [57748].

See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template.php

    r57019 r57785  
    211211 * @global string   $_wp_current_template_id
    212212 * @global string   $_wp_current_template_content
    213  * @global WP_Embed $wp_embed
    214  * @global WP_Query $wp_query
     213 * @global WP_Embed $wp_embed                     WordPress Embed object.
     214 * @global WP_Query $wp_query                     WordPress Query object.
    215215 *
    216216 * @return string Block template markup.
Note: See TracChangeset for help on using the changeset viewer.