Clarify the purpose of the scripts

This commit is contained in:
Dat Hoang
2018-04-16 22:19:32 +07:00
committed by GitHub
parent cf7bf361c1
commit 137f0d2ac8
+2 -3
View File
@@ -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 );
}
}
}