mirror of
https://github.com/10h30/woo-viet.git
synced 2026-06-05 15:09:49 +09:00
Clarify the purpose of the scripts
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user