[wp-trac] [WordPress Trac] #13848: Title on all New [Post Type] screens is "New Post"
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 11 13:46:17 UTC 2010
#13848: Title on all New [Post Type] screens is "New Post"
--------------------------+-------------------------------------------------
Reporter: caesarsgrunt | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Post Types | Version: 3.0
Severity: normal | Resolution: worksforme
Keywords: |
--------------------------+-------------------------------------------------
Changes (by ocean90):
* status: new => closed
* resolution: => worksforme
* milestone: Unassigned =>
Comment:
You need to register the 'add_new_item' label.
{{{
'labels' => array(
'add_new' => 'this is the menu text',
'add_new_item' => 'This is the title'
)
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13848#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list