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.

Built from https://develop.svn.wordpress.org/trunk@53566


git-svn-id: http://core.svn.wordpress.org/trunk@53155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-06-23 22:57:12 +00:00
parent a5ab6b8d8b
commit a33fd9fc55
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Bookmark Template Functions for usage in Themes * Bookmark Template Functions for usage in Themes.
* *
* @package WordPress * @package WordPress
* @subpackage Template * @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: * List of default arguments are as follows:
* *

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* Retrieve Bookmark data * Retrieves bookmark data.
* *
* @since 2.1.0 * @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 * @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 * 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 * that fails, then the query will be built from the arguments and executed. The

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.1-alpha-53565'; $wp_version = '6.1-alpha-53566';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.