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. git-svn-id: https://develop.svn.wordpress.org/trunk@37015 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4cb2eef539
commit
31a93cd569
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user