]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/links.php
Wordpress 2.8.4-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / links.php
index 2970897ad52d919e01c9d01da5872d598c282b7d..81fdc008dba93fcd323531f442c87310ed1efb2e 100644 (file)
@@ -1,4 +1,9 @@
 <?php
+/**
+ * @package WordPress
+ * @subpackage Default_Theme
+ */
+
 /*
 Template Name: Links
 */
@@ -10,9 +15,9 @@ Template Name: Links
 
 <h2>Links:</h2>
 <ul>
-<?php get_links_list(); ?>
+<?php wp_list_bookmarks(); ?>
 </ul>
 
-</div> 
+</div>
 
 <?php get_footer(); ?>