]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/links.php
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-content / themes / default / links.php
index 2970897ad52d919e01c9d01da5872d598c282b7d..e253e09ba05fdd572c7f91599593f73921eacf17 100644 (file)
@@ -10,9 +10,9 @@ Template Name: Links
 
 <h2>Links:</h2>
 <ul>
-<?php get_links_list(); ?>
+<?php wp_list_bookmarks(); ?>
 </ul>
 
-</div> 
+</div>
 
 <?php get_footer(); ?>