Changeset 11224 for trunk/wp-admin/edit-link-form.php
- Timestamp:
- 05/06/2009 09:31:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r11204 r11224 115 115 function link_categories_meta_box($link) { ?> 116 116 <ul id="category-tabs"> 117 <li class=" ui-tabs-selected"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li>117 <li class="tabs"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li> 118 118 <li class="hide-if-no-js"><a href="#categories-pop"><?php _e( 'Most Used' ); ?></a></li> 119 119 </ul> 120 120 121 <div id="categories-all" class=" ui-tabs-panel">121 <div id="categories-all" class="tabs-panel"> 122 122 <ul id="categorychecklist" class="list:category categorychecklist form-no-clear"> 123 123 <?php … … 130 130 </div> 131 131 132 <div id="categories-pop" class=" ui-tabs-panel" style="display: none;">132 <div id="categories-pop" class="tabs-panel" style="display: none;"> 133 133 <ul id="categorychecklist-pop" class="categorychecklist form-no-clear"> 134 134 <?php wp_popular_terms_checklist('link_category'); ?>
Note: See TracChangeset
for help on using the changeset viewer.