Opened 5 years ago
Last modified 4 years ago
#50290 new enhancement
Edit Post and Edit Page is not showing in Admin Bar, When I open any Post or Page in new tab while in Customize
Reported by: | dhruvpandya | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | dev-feedback has-screenshots has-patch |
Focuses: | administration | Cc: |
Description
In Customize, When I try to open any post or any page with the open link in new tab or open lin in new window, Edit Post or Edit Page is not showing in Admin Bar. But when I try to open any Category or Tag with the open link in a new tab or new window, it showing Edit Category and Edit Tag in Admin Bar.
I have attached a gif file and screenshots for a better understanding.
Attachments (6)
Change History (8)
#2
@
4 years ago
I believe this is the intended behavior whenever a page is viewed in the context of a customize preview session. More specifically, when the customize_changeset URL parameter is passed. The reasoning being that editing the post context within the context of a customize changeset would be technically problematic.
Can anyone deeply familiar with changesets confirm this intent, and whether 50290.patch would likely cause issues?
We need to remove
get_edit_post_link
filter from customize_preview_init() function. After, It will show edit Post and edit Page in Admin Bar, When you open any Post or Page in a new tab while in Customize.