Opened 16 years ago
Closed 16 years ago
#13444 closed defect (bug) (fixed)
Need to reflect correct post_type references
| Reported by: | michaelh | Owned by: | nbachiyski |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | I18N | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Where it currently displays post or page, it should use the correct post_type instead.
If the post_type is Book:
- In the Edit screen when you hover over Edit it should say "Edit this book" and so on...
- When a Book is saved/updated it should say "Book updated. View book" and so on...
Attachments (2)
Change History (7)
#1
@
16 years ago
We have no plans to introduce "Labels" more than we already have, because the rest are at the whims of core UX/UI. So, we'd have to offer a filter for the giant $messages array in edit-form-advanced.php. I was just trying to come up with a better way to do it, but I think that'll have to do. We'll have to be mindful of not changing the meaning of one of those strings in the future.
#2
@
16 years ago
- Component General → i18n
- Owner set to
Okay understood--especially after changing that $messages array. Will leave this for you to punt or close as appropriate.
#3
@
16 years ago
- Milestone 3.0
- Resolution → fixed
- Status new → closed
Let's close for now. Someday we'll figure out how best to handle this. We might change to more generic strings, as we have already done in a few places.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
correct strings for post_type in wp-admin/includes/template.php