Skip to content

Commit 720c453

Browse files
Update src/wp-admin/includes/meta-boxes.php
Co-authored-by: Mukesh Panchal <[email protected]>
1 parent 8652163 commit 720c453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/meta-boxes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ function post_categories_meta_box( $post, $box ) {
645645
?>
646646
<div id="taxonomy-<?php echo $tax_name; ?>" class="categorydiv">
647647
<ul id="<?php echo $tax_name; ?>-tabs" class="category-tabs" role="tablist">
648-
<li class="tabs"><a href="#<?php echo $tax_name; ?>-all" role="tab" aria-selected="true" aria-controls="<?php echo $tax_name; ?>-all"><?php echo $taxonomy->labels->all_items; ?></a></li>
648+
<li class="tabs"><a href="#<?php echo $tax_name; ?>-all" role="tab" aria-selected="true" aria-controls="<?php echo $tax_name; ?>-all"><?php echo $taxonomy->labels->all_items; ?></a></li>
649649
<li class="hide-if-no-js"><a href="#<?php echo $tax_name; ?>-pop" role="tab" aria-controls="<?php echo $tax_name; ?>-pop"><?php echo esc_html( $taxonomy->labels->most_used ); ?></a></li>
650650
</ul>
651651

0 commit comments

Comments
 (0)