wp/wp-includes/rest-api/class-wp-rest-response.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- a/wp/wp-includes/rest-api/class-wp-rest-response.php	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/rest-api/class-wp-rest-response.php	Wed Sep 21 18:19:35 2022 +0200
@@ -262,7 +262,7 @@
 		);
 
 		/**
-		 * Filters extra CURIEs available on API responses.
+		 * Filters extra CURIEs available on REST API responses.
 		 *
 		 * CURIEs allow a shortened version of URI relations. This allows a more
 		 * usable form for custom relations than using the full URI. These work
@@ -284,7 +284,7 @@
 		 *
 		 * @since 4.5.0
 		 *
-		 * @param array $additional Additional CURIEs to register with the API.
+		 * @param array $additional Additional CURIEs to register with the REST API.
 		 */
 		$additional = apply_filters( 'rest_response_link_curies', array() );