Make WordPress Core

Opened 16 months ago

#59085 new defect (bug)

Command Palette - switching posts wrong url redirect for non FSE sites

Reported by: tdrayson's profile tdrayson Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.3
Component: Posts, Post Types Keywords:
Focuses: ui Cc:

Description

With the new update to WordPress 6.3, they introduced the command palette. This is great for quickly and easily switching between posts and other things.

It is enabled for all sites (including sites not using a FSE theme)

However, when trying to switch to a different post, it redirects me to:

/wp-admin/site-editor.php?postType=post&postId=12621

Which I then get the error:

The theme you are currently using is not compatible with the Site Editor.

The command should change the slug it tries to visit depending on if your site supports FSE or not.

Either:

/wp-admin/post.php?post=12621&action=edit

or

/wp-admin/site-editor.php?postType=post&postId=12621

Change History (0)

Note: See TracTickets for help on using tickets.