From 97c1b24db93e6569cbb17163759d6793bcac1499 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 20 Dec 2011 22:01:43 +0000 Subject: [PATCH] get_bookmarks() doc fix. props hearvox, fixes #19508. git-svn-id: http://svn.automattic.com/wordpress/trunk@19615 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/bookmark.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/bookmark.php b/wp-includes/bookmark.php index c965d4c8d..81570669f 100644 --- a/wp-includes/bookmark.php +++ b/wp-includes/bookmark.php @@ -101,9 +101,9 @@ function get_bookmark_field( $field, $bookmark, $context = 'display' ) { * links marked as 'invisible'. * 'show_updated' - Default is 0 (integer). Will show the time of when the * bookmark was last updated. - * 'include' - Default is empty string (string). Include other categories + * 'include' - Default is empty string (string). Include bookmark ID(s) * separated by commas. - * 'exclude' - Default is empty string (string). Exclude other categories + * 'exclude' - Default is empty string (string). Exclude bookmark ID(s) * separated by commas. * * @since 2.1.0