[wp-trac] [WordPress Trac] #16172: No label property for post_format taxonomy.

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 10 04:03:01 UTC 2011


#16172: No label property for post_format taxonomy.
--------------------------+-----------------------------
 Reporter:  mfields       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Taxonomy      |    Version:  3.1
 Severity:  normal        |   Keywords:  dev-feedback
--------------------------+-----------------------------
 All core taxonomies except post_format have a non-empty value set for the
 label property.

 The following code will dump all registered taxonomies in the
 administration panels.

 {{{
 function mfields_get_taxonomies() {
         var_dump( get_taxonomies( array(), 'objects' ) );
 }
 add_action( 'admin_notices', 'mfields_get_taxonomies' );
 }}}

 A dump of all core taxonomies on my installation of 3.1RC2 can be viewed
 here:
 http://wordpress.pastebin.com/U2kbH3wM

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16172>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list