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