Ticket #29251: 29251.patch
File 29251.patch, 493 bytes (added by , 10 years ago) |
---|
-
admin-bar.php
545 545 $wp_admin_bar->add_menu( array( 546 546 'id' => 'edit', 547 547 'title' => $tax->labels->edit_item, 548 'href' => get_edit_term_link( $current_object->term_id, $current_object->taxonomy )548 'href' => get_edit_term_link( $current_object->term_id, $current_object->taxonomy, get_post_type() ) 549 549 ) ); 550 550 } 551 551 }