File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments