| @@ -114,16 +114,14 @@ | ||
| 114 | 114 | </p> |
| 115 | 115 | </div> |
| 116 | 116 | |
| 117 | 117 | <ul id="category-tabs"> |
| 118 | - <?php /* ui-tabs-selected in WP 2.7 CSS = tabs in WP 2.8 CSS. Thank you, o brilliant wordsmiths of the WordPress 2.8 stylesheet... */ ?> | |
| 119 | - <li class="ui-tabs-selected tabs"><a href="#categories-all" tabindex="3"><?php _e( 'All posts' ); ?></a> | |
| 118 | + <li class="ui-tabs-selected"><a href="#categories-all" tabindex="3"><?php _e( 'All posts' ); ?></a> | |
| 120 | 119 | <p style="font-size:smaller;font-style:bold;margin:0">Give <?php print $object; ?> these categories</p> |
| 121 | 120 | </li> |
| 122 | 121 | </ul> |
| 123 | 122 | |
| 124 | -<?php /* ui-tabs-panel in WP 2.7 CSS = tabs-panel in WP 2.8 CSS. Thank you, o brilliant wordsmiths of the WordPress 2.8 stylesheet... */ ?> | |
| 125 | -<div id="categories-all" class="ui-tabs-panel tabs-panel"> | |
| 123 | +<div id="categories-all" class="ui-tabs-panel"> | |
| 126 | 124 | <ul id="categorychecklist" class="list:category categorychecklist form-no-clear"> |
| 127 | 125 | <?php fwp_category_checklist(NULL, false, $checked) ?> |
| 128 | 126 | </ul> |
| 129 | 127 | </div> |