Make WordPress Core

Changeset 790


Ignore:
Timestamp:
01/24/2004 11:24:46 PM (22 years ago)
Author:
saxmatt
Message:

Use IDs instead of classes.

File:
1 edited

Legend:

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

    r788 r790  
    546546
    547547            // 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";
    549549            // Call get_links() with all the appropriate params
    550550            get_links($cat['link_category'],
Note: See TracChangeset for help on using the changeset viewer.