Make WordPress Core


Ignore:
Timestamp:
01/24/2004 10:52:22 PM (22 years ago)
Author:
alex_t_king
Message:

added id's and classes to li's in the menu to help in skinning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/links.php

    r678 r786  
    546546
    547547            // 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";
    549549
    550550            // Call get_links() with all the appropriate params
Note: See TracChangeset for help on using the changeset viewer.