[wp-trac] [WordPress Trac] #46614: Category/tag/taxonomy names on admin screens
WordPress Trac
noreply at wordpress.org
Wed Jun 3 00:01:41 UTC 2020
#46614: Category/tag/taxonomy names on admin screens
----------------------------+------------------------------
Reporter: Dianakc | Owner: (none)
Type: enhancement | Status: assigned
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
----------------------------+------------------------------
Changes (by sabernhardt):
* keywords: => needs-patch
* version: 5.1 =>
Comment:
@Dianakc Hi and thanks for the ticket!
The heading text is rather strict in `wp-admin/edit.php`:
{{{
<h1 class="wp-heading-inline">
<?php
echo esc_html( $post_type_object->labels->name );
?>
</h1>
}}}
So in U.S. English it's always "Posts" for standard posts, "Pages" for the
pages, and the main (plural) label for any custom post type.
It could be good to create a filter for customizing the heading text.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46614#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list