Make WordPress Core

Ticket #18050: meta-boxes.patch

File meta-boxes.patch, 269 bytes (added by SGr33n, 14 years ago)

Correct the issue #18050

Line 
1327c327
2<                       <li class="hide-if-no-js"><a href="#<?php echo $taxonomy; ?>-pop" tabindex="3"><?php _e( 'Most Used' ); ?></a></li>
3---
4>                       <li class="hide-if-no-js"><a href="#<?php echo $taxonomy; ?>-pop" tabindex="3"><?php echo $tax->labels->most_used; ?></a></li>