Make WordPress Core


Ignore:
Timestamp:
03/05/2024 01:37:51 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Add missing @global mention in wp_interactivity().

This merges a changeset updated upstream in the Gutenberg repository.
See https://github.com/WordPress/gutenberg/pull/59522.

Props wildworks.
Fixes #60677.
See #59651.

File:
1 edited

Legend:

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

    r56710 r57774  
    3737 * @since 6.3.0 Changed render_block_context priority to `1`.
    3838 *
     39 * @global WP_Query $wp_query WordPress Query object.
     40 *
    3941 * @param array    $attributes Block attributes.
    4042 * @param string   $content    Block default content.
Note: See TracChangeset for help on using the changeset viewer.