From 14b2e4f60952a8ebf2491af744672b7601e210da Mon Sep 17 00:00:00 2001 From: Vishal Kakadiya Date: Tue, 27 Sep 2016 21:52:46 +0530 Subject: [PATCH] Fixed typo mistake --- includes/wc-rest-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wc-rest-functions.php b/includes/wc-rest-functions.php index db1af2f9bb2..a47042034b3 100644 --- a/includes/wc-rest-functions.php +++ b/includes/wc-rest-functions.php @@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) { /** * Parses and formats a MySQL datetime (Y-m-d H:i:s) for ISO8601/RFC3339. * - * Requered WP 4.4 or later. + * Required WP 4.4 or later. * See https://developer.wordpress.org/reference/functions/mysql_to_rfc3339/ * * @since 2.6.0