Make WordPress Core

Changeset 13840


Ignore:
Timestamp:
03/27/2010 06:21:53 AM (15 years ago)
Author:
dd32
Message:

Fix Link Category Tab styling. Props ocean90. Fixes #12712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r13830 r13840  
    609609 */
    610610function link_categories_meta_box($link) { ?>
    611 <ul id="category-tabs">
     611<ul id="category-tabs" class="category-tabs">
    612612    <li class="tabs"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li>
    613613    <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.