Changeset 790
- Timestamp:
- 01/24/2004 11:24:46 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/links.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/links.php
r788 r790 546 546 547 547 // Display the category name 548 echo ' <li class="'.sanitize_title($cat['cat_name']).'">' . stripslashes($cat['cat_name']) . "\n\t<ul>\n";548 echo ' <li id="'.sanitize_title($cat['cat_name']).'">' . stripslashes($cat['cat_name']) . "\n\t<ul>\n"; 549 549 // Call get_links() with all the appropriate params 550 550 get_links($cat['link_category'],
Note: See TracChangeset
for help on using the changeset viewer.