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

git-svn-id: https://develop.svn.wordpress.org/trunk@13840 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-03-27 06:21:53 +00:00
parent 99359a2b48
commit 9b51769311
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ if ( !empty($_GET['action']) && 'edit' == $_GET['action'] && current_user_can('m
* @param object $link
*/
function link_categories_meta_box($link) { ?>
<ul id="category-tabs">
<ul id="category-tabs" class="category-tabs">
<li class="tabs"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li>
<li class="hide-if-no-js"><a href="#categories-pop"><?php _e( 'Most Used' ); ?></a></li>
</ul>