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:
Drew Jaynes 2016-03-16 16:53:22 +00:00
parent 4cb2eef539
commit 31a93cd569
1 changed files with 2 additions and 2 deletions

View File

@ -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(