Changeset 5011 for trunk/wp-admin/link-import.php
- Timestamp:
- 03/10/2007 01:13:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-import.php
r4953 r5011 49 49 foreach ($categories as $category) { 50 50 ?> 51 <option value="<?php echo $category->cat_ID; ?>"><?php echo wp_specialchars( $category->cat_name); ?></option>51 <option value="<?php echo $category->cat_ID; ?>"><?php echo wp_specialchars(apply_filters('link_category', $category->cat_name)); ?></option> 52 52 <?php 53 53 } // end foreach
Note: See TracChangeset
for help on using the changeset viewer.