Docs: Use third-person singular verbs for function descriptions in Bookmark related files, as per docblock standards.

This changeset updates `bookmark.php` and `bookmark-template.php` files.

See #55646.


git-svn-id: https://develop.svn.wordpress.org/trunk@53566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-06-23 22:55:41 +00:00
parent 984680b54e
commit b9c137ceab
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Bookmark Template Functions for usage in Themes
* Bookmark Template Functions for usage in Themes.
*
* @package WordPress
* @subpackage Template
@ -164,7 +164,7 @@ function _walk_bookmarks( $bookmarks, $args = '' ) {
}
/**
* Retrieve or echo all of the bookmarks.
* Retrieves or echoes all of the bookmarks.
*
* List of default arguments are as follows:
*

View File

@ -7,7 +7,7 @@
*/
/**
* Retrieve Bookmark data
* Retrieves bookmark data.
*
* @since 2.1.0
*
@ -65,7 +65,7 @@ function get_bookmark( $bookmark, $output = OBJECT, $filter = 'raw' ) {
}
/**
* Retrieve single bookmark data item or field.
* Retrieves single bookmark data item or field.
*
* @since 2.3.0
*
@ -94,7 +94,7 @@ function get_bookmark_field( $field, $bookmark, $context = 'display' ) {
}
/**
* Retrieves the list of bookmarks
* Retrieves the list of bookmarks.
*
* Attempts to retrieve from the cache first based on MD5 hash of arguments. If
* that fails, then the query will be built from the arguments and executed. The