Opened 12 years ago
Closed 12 years ago
#25289 closed enhancement (invalid)
Use post label for edit post messages
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.6.1 |
| Component: | Posts, Post Types | Keywords: | posts, messages, custom post types |
| Focuses: | Cc: |
Description
Currently, the labels for edit post messages in post.php and post-new.php are hard coded. Let's use the post type label for these messages instead.
Attachments (1)
Change History (3)
#2
@
12 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
The labels are not hardcoded, there's a post_updated_messages filter to change them (introduced in [14801] for #13444).
25289.diff is not localizable, see ticket:17609:3 and ticket:19099:1. We tend to avoid post type and taxonomy names in generic strings.
Note: See
TracTickets for help on using
tickets.
Confirmed and tested. Created custom post type, and applied patch/diff. Post Type Labels are showing up!
+1