#61266 closed enhancement (fixed)
Admin Bar: Update the site editor link to open the editor in edit mode directly.
Reported by: | youknowriad | Owned by: | youknowriad |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Toolbar | Keywords: | has-patch |
Focuses: | Cc: |
Description
In WordPress 6.6, what we call the "details pages" in the site editor are being removed which means we need to adapt the admin bar links accordingly.
This is a backport of the following Gutenberg PR https://github.com/WordPress/gutenberg/pull/61851
Change History (4)
This ticket was mentioned in PR #6605 on WordPress/wordpress-develop by @youknowriad.
6 months ago
#2
- Keywords has-patch added
#3
@
6 months ago
- Owner set to youknowriad
- Resolution set to fixed
- Status changed from new to closed
In 58223:
@youknowriad commented on PR #6605:
6 months ago
#4
Note: See
TracTickets for help on using
tickets.
Follow-up to #61741
## What?
The details page is being removed from the site editor in 6.6. we need to direct the admin bar menu item to the "edit" mode page directly.
## Testing Instructions
1- Open the frontend of your website (block theme)
2- Click that the "site editor" link
3- The active template should be opened in the site editor in edit mode.