Changeset 3707
- Timestamp:
- 04/13/2006 05:02:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-bookmarks.php
r3691 r3707 250 250 // Call get_links() with all the appropriate params 251 251 get_links($cat->cat_ID, 252 '<li>',"</li>","\n" );252 '<li>',"</li>","\n", true, 'name', false); 253 253 254 254 // Close the last category
Note: See TracChangeset
for help on using the changeset viewer.