#45266 closed defect (bug) (wontfix)
The document title of the "post new" screen should be Add New {Item}
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.0 |
Component: | Editor | Keywords: | has-patch has-screenshots |
Focuses: | administration | Cc: |
Description
When adding or editing a post now the Gutenberg's project editor was merged, the first part of the document title is always "Edit Post" ($post_type_object->labels->edit_item
).
Below is a screenshot of the post-new.php
screen :
When adding a new post, it should be "Add New Post" ($post_type_object->labels->add_new_item
)
Below is the same screen's screenshot with the attached patch applied :
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I think it intentionally doesn't do this?
https://github.com/WordPress/gutenberg/issues/3702