Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#45266 closed defect (bug) (wontfix)

The document title of the "post new" screen should be Add New {Item}

Reported by: imath's profile imath 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 :

https://cldup.com/_PiMd9D1Hj.png

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 :

https://cldup.com/_6XPSrxtY4.png

Attachments (1)

45266.patch (834 bytes) - added by imath 6 years ago.

Download all attachments as: .zip

Change History (4)

@imath
6 years ago

#2 @imath
6 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

Oh ok i understand why ! As there's no page reload when a post is saved, the choice was to only use "Edit Post" to avoid playing with the document title on the client side.

Thanks for the link @TimothyBlynJacobs

#3 @danielbachhuber
6 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.