Changeset 7472 for trunk/wp-admin/includes/template.php
- Timestamp:
- 03/22/2008 09:14:49 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r7468 r7472 193 193 ?> 194 194 195 <li id="<?php echo $id; ?>" >195 <li id="<?php echo $id; ?>" > 196 196 <label class="selectit" for="in-<?php echo $id; ?>"> 197 <input id="in-<?php echo $id; ?>" type="checkbox" value="<?php echo (int) $category->term_id; ?>" />197 <input id="in-<?php echo $id; ?>" type="checkbox" value="<?php echo (int) $category->term_id; ?>" /> 198 198 <?php echo wp_specialchars( apply_filters( 'the_category', $category->name ) ); ?> 199 199 </label>
Note: See TracChangeset
for help on using the changeset viewer.