Changeset 13840
- Timestamp:
- 03/27/2010 06:21:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r13830 r13840 609 609 */ 610 610 function link_categories_meta_box($link) { ?> 611 <ul id="category-tabs" >611 <ul id="category-tabs" class="category-tabs"> 612 612 <li class="tabs"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li> 613 613 <li class="hide-if-no-js"><a href="#categories-pop"><?php _e( 'Most Used' ); ?></a></li>
Note: See TracChangeset
for help on using the changeset viewer.