Docs: Use a third-person singular verb in the DocBlock summary for `WP_REST_Response::get_curies()`, introduced in [36533].
Also adds a missing return description. See #34729. See #35986. Built from https://develop.svn.wordpress.org/trunk@37015 git-svn-id: http://core.svn.wordpress.org/trunk@36982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ddf7375217
commit
a65c79b3d2
|
@ -258,12 +258,12 @@ class WP_REST_Response extends WP_HTTP_Response {
|
|||
}
|
||||
|
||||
/**
|
||||
* Get the CURIEs (compact URIs) used for relations.
|
||||
* Retrieves the CURIEs (compact URIs) used for relations.
|
||||
*
|
||||
* @since 4.5.0
|
||||
* @access public
|
||||
*
|
||||
* @return array
|
||||
* @return array Compact URIs.
|
||||
*/
|
||||
public function get_curies() {
|
||||
$curies = array(
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta3-37014';
|
||||
$wp_version = '4.5-beta3-37015';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue