wp/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php
changeset 18 be944660c56a
parent 7 cf61fcea0001
--- a/wp/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php	Wed Sep 21 18:19:35 2022 +0200
@@ -17,7 +17,7 @@
 class WP_REST_User_Meta_Fields extends WP_REST_Meta_Fields {
 
 	/**
-	 * Retrieves the object meta type.
+	 * Retrieves the user meta type.
 	 *
 	 * @since 4.7.0
 	 *
@@ -28,7 +28,7 @@
 	}
 
 	/**
-	 * Retrieves the object meta subtype.
+	 * Retrieves the user meta subtype.
 	 *
 	 * @since 4.9.8
 	 *