#60677 closed defect (bug) (fixed)
Docs: Add missing @global tag and adjust tag position
| Reported by: | wildworks | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.5 |
| Component: | General | Version: | 6.5 |
| Severity: | normal | Keywords: | commit has-patch |
| Cc: | Focuses: | docs |
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@globaltag is placed before the@sincetag $wp_queryglobal variable is usedinside render_block_core_post_template()function but@globaltag is missing
Attachments (1)
Change History (7)
#1
@
2 years ago
- Keywords commit has-patch added
- Milestone Awaiting Review → 6.5
- Owner set to
- Status new → assigned
- Version → trunk
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the patch.
Introduced in [57563].
Moving to 6.5 and self assigning for
commit.