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