web/wp-includes/bookmark-template.php
changeset 194 32102edaa81b
parent 136 bde1974c263b
child 204 09a1c134465b
--- a/web/wp-includes/bookmark-template.php	Thu Sep 16 15:45:36 2010 +0000
+++ b/web/wp-includes/bookmark-template.php	Mon Nov 19 18:26:13 2012 +0100
@@ -153,6 +153,8 @@
  *		formatted bookmarks.
  * 'categorize' - Default is 1 (integer). Whether to show links listed by
  *		category (default) or show links in one column.
+ * 'show_description' - Default is 0 (integer). Whether to show the description
+ *		of the bookmark.
  *
  * These options define how the Category name will appear before the category
  * links are displayed, if 'categorize' is 1. If 'categorize' is 0, then it will
@@ -250,5 +252,3 @@
 		return $output;
 	echo $output;
 }
-
-?>