[wp-trac] [WordPress Trac] #18375: Post type templates

WordPress Trac noreply at wordpress.org
Fri Oct 21 17:27:01 UTC 2016


#18375: Post type templates
--------------------------------------+-------------------------
 Reporter:  johnbillion               |       Owner:  swissspidy
     Type:  enhancement               |      Status:  assigned
 Priority:  normal                    |   Milestone:  4.7
Component:  Posts, Post Types         |     Version:
 Severity:  normal                    |  Resolution:
 Keywords:  has-patch has-unit-tests  |     Focuses:  template
--------------------------------------+-------------------------

Comment (by dipesh.kakadiya):

 @swissspidy

 Updated 'pageparentdiv' metabox title as below.

 Replaced

 {{{#!php
 'page' == $post_type ? __('Page Attributes') : __('Attributes')
 }}}

 with

 {{{#!php
 esc_html( $post_type_object->labels->singular_name . __('Attributes') )
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/18375#comment:43>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list