#53250 closed enhancement (fixed)
Remove query context leftovers
| Reported by: | ntsekouras | Owned by: | youknowriad |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.8 |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Initially there were some exploration on different handling of Query and QueryLoop blocks that would aim to inherit the global query from the URL. These leftovers should be removed.
Change History (5)
This ticket was mentioned in PR #1276 on WordPress/wordpress-develop by ntsekouras.
5 years ago
#1
- Keywords has-patch added
youknowriad commented on PR #1276:
5 years ago
#2
This makes sense to me, the query block has never been part of Core.
youknowriad commented on PR #1276:
5 years ago
#5
This is now committed.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: https://core.trac.wordpress.org/ticket/53250
Initially there were some exploration on different handling of Query and QueryLoop blocks that would aim to inherit the
globalquery from the URL. This PR removes these leftovers.