diff --git a/includes/api/wc-rest-coupons-controller.php b/includes/api/wc-rest-coupons-controller.php index e4d9c20cc16..739b9f9cdaf 100644 --- a/includes/api/wc-rest-coupons-controller.php +++ b/includes/api/wc-rest-coupons-controller.php @@ -382,7 +382,7 @@ class WC_REST_Coupons_Controller extends WC_REST_Posts_Controller { } /** - * Get the Post's schema, conforming to JSON Schema. + * Get the Coupon's schema, conforming to JSON Schema. * * @return array */ diff --git a/includes/api/wc-rest-customers-controller.php b/includes/api/wc-rest-customers-controller.php index 02ae7a2b69e..67e0d276dd7 100644 --- a/includes/api/wc-rest-customers-controller.php +++ b/includes/api/wc-rest-customers-controller.php @@ -591,8 +591,8 @@ class WC_REST_Customers_Controller extends WP_REST_Controller { /** * Prepare links for the request. * - * @param WP_User $customer User object. - * @return array Links for the given user. + * @param WP_User $customer Customer object. + * @return array Links for the given customer. */ protected function prepare_links( $customer ) { $links = array( @@ -608,7 +608,7 @@ class WC_REST_Customers_Controller extends WP_REST_Controller { } /** - * Get the User's schema, conforming to JSON Schema + * Get the Customer's schema, conforming to JSON Schema * * @return array */ diff --git a/includes/api/wc-rest-product-attribute-terms-controller.php b/includes/api/wc-rest-product-attribute-terms-controller.php index 2f603893fed..3946bf3b1ea 100644 --- a/includes/api/wc-rest-product-attribute-terms-controller.php +++ b/includes/api/wc-rest-product-attribute-terms-controller.php @@ -72,7 +72,7 @@ class WC_REST_Product_Attribute_Terms_Controller extends WC_REST_Terms_Controlle } /** - * Get the Term's schema, conforming to JSON Schema. + * Get the Attribute Term's schema, conforming to JSON Schema. * * @return array */ diff --git a/includes/api/wc-rest-product-attributes-controller.php b/includes/api/wc-rest-product-attributes-controller.php index 4f9f3869df6..679a984c48e 100644 --- a/includes/api/wc-rest-product-attributes-controller.php +++ b/includes/api/wc-rest-product-attributes-controller.php @@ -486,7 +486,7 @@ class WC_REST_Product_Attributes_Controller extends WP_REST_Controller { } /** - * Get the Term's schema, conforming to JSON Schema. + * Get the Attribute's schema, conforming to JSON Schema. * * @return array */ diff --git a/includes/api/wc-rest-product-categories-controller.php b/includes/api/wc-rest-product-categories-controller.php index ccb78ccfa06..b1a8073d35e 100644 --- a/includes/api/wc-rest-product-categories-controller.php +++ b/includes/api/wc-rest-product-categories-controller.php @@ -122,7 +122,7 @@ class WC_REST_Product_Categories_Controller extends WC_REST_Terms_Controller { } /** - * Get the Term's schema, conforming to JSON Schema. + * Get the Category schema, conforming to JSON Schema. * * @return array */ diff --git a/includes/api/wc-rest-product-shipping-classes-controller.php b/includes/api/wc-rest-product-shipping-classes-controller.php index a35430a8194..3d0070e5c2a 100644 --- a/includes/api/wc-rest-product-shipping-classes-controller.php +++ b/includes/api/wc-rest-product-shipping-classes-controller.php @@ -106,7 +106,7 @@ class WC_REST_Product_Shipping_Classes_Controller extends WC_REST_Terms_Controll } /** - * Get the Term's schema, conforming to JSON Schema. + * Get the Shipping Class schema, conforming to JSON Schema. * * @return array */ diff --git a/includes/api/wc-rest-product-tags-controller.php b/includes/api/wc-rest-product-tags-controller.php index 9096e0be867..230653d879f 100644 --- a/includes/api/wc-rest-product-tags-controller.php +++ b/includes/api/wc-rest-product-tags-controller.php @@ -80,7 +80,7 @@ class WC_REST_Product_Tags_Controller extends WC_REST_Terms_Controller { } /** - * Get the Term's schema, conforming to JSON Schema. + * Get the Tag's schema, conforming to JSON Schema. * * @return array */ diff --git a/includes/api/wc-rest-tax-classes-controller.php b/includes/api/wc-rest-tax-classes-controller.php index 3ff0493c9fb..633d76d5321 100644 --- a/includes/api/wc-rest-tax-classes-controller.php +++ b/includes/api/wc-rest-tax-classes-controller.php @@ -312,7 +312,7 @@ class WC_REST_Tax_Classes_Controller extends WP_REST_Controller { } /** - * Get the User's schema, conforming to JSON Schema + * Get the Tax Classes schema, conforming to JSON Schema * * @return array */ diff --git a/includes/api/wc-rest-taxes-controller.php b/includes/api/wc-rest-taxes-controller.php index f857879b84c..144114df82e 100644 --- a/includes/api/wc-rest-taxes-controller.php +++ b/includes/api/wc-rest-taxes-controller.php @@ -529,7 +529,7 @@ class WC_REST_Taxes_Controller extends WP_REST_Controller { } /** - * Get the User's schema, conforming to JSON Schema + * Get the Taxes schema, conforming to JSON Schema * * @return array */