#60677 closed defect (bug) (fixed)
Docs: Add missing @global tag and adjust tag position
Reported by: | wildworks | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | 6.5 |
Component: | General | Keywords: | commit has-patch |
Focuses: | docs | Cc: |
Description
This is also a backport of the updated code in the Gutenberg repository: https://github.com/WordPress/gutenberg/pull/59522
- In the
wp_interactivity()
function, the@global
tag is placed before the@since
tag $wp_query
global variable is usedinside render_block_core_post_template()
function but@global
tag is missing
Attachments (1)
Change History (7)
#1
@
7 months ago
- Keywords commit has-patch added
- Milestone changed from Awaiting Review to 6.5
- Owner set to audrasjb
- Status changed from new to assigned
- Version set to trunk
Note: See
TracTickets for help on using
tickets.
Thanks for the patch.
Introduced in [57563].
Moving to 6.5 and self assigning for
commit
.