From 137f0d2ac8a8f86b6920b7cbc232eca28ceeed7a Mon Sep 17 00:00:00 2001 From: Dat Hoang Date: Mon, 16 Apr 2018 22:19:32 +0700 Subject: [PATCH] Clarify the purpose of the scripts --- inc/class-wooviet-provinces.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/class-wooviet-provinces.php b/inc/class-wooviet-provinces.php index bff188b..c7f9b95 100644 --- a/inc/class-wooviet-provinces.php +++ b/inc/class-wooviet-provinces.php @@ -6,8 +6,6 @@ if ( ! defined( 'ABSPATH' ) ) { /** * The class to handle Vietnam Provinces * - * @todo Arrange the orders of fields displaying in the checkout page: Country - Province - District - Address - * * @author htdat * @since 1.0 * @@ -143,6 +141,7 @@ class WooViet_Provinces { /** * Enqueue provinces scripts * + * Arrange the address field orders to the Vietnam standard in the checkout page: Country - Province - District - Address * @author Longkt * @since 1.4 */ @@ -153,4 +152,4 @@ class WooViet_Provinces { // Enqueue province script wp_enqueue_script( 'woo-viet-provinces-script', WOO_VIET_URL . 'assets/provinces.js', array( 'jquery' ), '1.0', true ); } -} \ No newline at end of file +}