Make WordPress Core

Changeset 678 for trunk/index.php


Ignore:
Timestamp:
01/01/2004 10:13:06 PM (21 years ago)
Author:
saxmatt
Message:

Use modified get_links_list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r666 r678  
    6868
    6969<ul>
    70  <li>Links:
    71     <ul>
    72         <?php get_links(-1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, -1)?>
    73     </ul>
    74  </li>
     70    <?php get_links_list(); ?>
    7571 <li>Categories:
    7672    <ul>
Note: See TracChangeset for help on using the changeset viewer.