Use wp_list_bookmarks() in default theme. Props MichaelH. fixes #5724

git-svn-id: http://svn.automattic.com/wordpress/trunk@6673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-01-28 20:18:07 +00:00
parent 71c278e89d
commit 9cc169608f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Template Name: Links
<h2>Links:</h2>
<ul>
<?php get_links_list(); ?>
<?php wp_list_bookmarks(); ?>
</ul>
</div>