Make WordPress Core


Ignore:
Timestamp:
06/16/2006 11:35:48 PM (18 years ago)
Author:
ryan
Message:

Start fleshing out wp_list_bookmarks(). #2587

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/sidebar.php

    r3517 r3880  
    5454
    5555            <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    56                 <?php get_links_list(); ?>
     56                <?php wp_list_bookmarks(); ?>
    5757
    5858                <li><h2>Meta</h2>
Note: See TracChangeset for help on using the changeset viewer.