From 31a93cd569139429e864a179a2dbfc092fba9adc Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Mar 2016 16:53:22 +0000 Subject: [PATCH] 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 --- src/wp-includes/rest-api/class-wp-rest-response.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/rest-api/class-wp-rest-response.php b/src/wp-includes/rest-api/class-wp-rest-response.php index 8021c4563c..4acc8b634d 100644 --- a/src/wp-includes/rest-api/class-wp-rest-response.php +++ b/src/wp-includes/rest-api/class-wp-rest-response.php @@ -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(