mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
a5ab6b8d8b
commit
a33fd9fc55
@ -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:
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user