Ticket #28033: 28033.3.patch
| File 28033.3.patch, 628 bytes (added by , 12 years ago) |
|---|
-
wp-includes/taxonomy.php
410 410 $args['label'] = $args['labels']->name; 411 411 412 412 // If not set, use the default meta box 413 if ( null === $args['meta_box_cb'] ) { 413 // Avoid the the wrong function if added manually 414 if ( null === $args['meta_box_cb'] || $args['meta_box_cb'] == 'post_categories_meta_box' || $args['meta_box_cb'] == 'post_tags_meta_box' ) { 414 415 if ( $args['hierarchical'] ) 415 416 $args['meta_box_cb'] = 'post_categories_meta_box'; 416 417 else
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)