get_bookmarks() doc fix. props hearvox, fixes #19508.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2454f5b0d9
commit
97c1b24db9
|
@ -101,9 +101,9 @@ function get_bookmark_field( $field, $bookmark, $context = 'display' ) {
|
||||||
* links marked as 'invisible'.
|
* links marked as 'invisible'.
|
||||||
* 'show_updated' - Default is 0 (integer). Will show the time of when the
|
* 'show_updated' - Default is 0 (integer). Will show the time of when the
|
||||||
* bookmark was last updated.
|
* 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.
|
* 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.
|
* separated by commas.
|
||||||
*
|
*
|
||||||
* @since 2.1.0
|
* @since 2.1.0
|
||||||
|
|
Loading…
Reference in New Issue