#48727 closed enhancement (invalid)
'View" button for previewing custom post types should use 'view_item' label defined when custom post type is registered
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 5.2.4 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
Currently, the "View ..." button on admin pages uses ucfirst( $post->post_type ). This looks clunky when usings a custom post type like 'press_releases'. See attached screenshot.
My recommendation is to use the 'view_item' label that is defined when a post type is registered for this button.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Sorry, turns out this functionality was being driven by a plugin, not the WP core.