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:
parent
71c278e89d
commit
9cc169608f
|
@ -10,7 +10,7 @@ Template Name: Links
|
|||
|
||||
<h2>Links:</h2>
|
||||
<ul>
|
||||
<?php get_links_list(); ?>
|
||||
<?php wp_list_bookmarks(); ?>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue