Initial Commit
This commit is contained in:
38
inc/country/my/02.php
Normal file
38
inc/country/my/02.php
Normal file
@ -0,0 +1,38 @@
|
||||
<?php // phpcs:ignore - @generation-checksum MY-02-14
|
||||
/**
|
||||
* State City List for 02 - MY.
|
||||
*
|
||||
* City count: 14
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for 02 - MY.
|
||||
*
|
||||
* IMPORTANT:
|
||||
* This file is generated by build scripts, do not
|
||||
* change it directly or your changes will be LOST!
|
||||
*
|
||||
* @since 2.0.11
|
||||
*/
|
||||
return array(
|
||||
__('Alor Setar', 'wp-ultimo-locations'),
|
||||
__('Ayer Hangat', 'wp-ultimo-locations'),
|
||||
__('Bedong', 'wp-ultimo-locations'),
|
||||
__('Gurun', 'wp-ultimo-locations'),
|
||||
__('Jitra', 'wp-ultimo-locations'),
|
||||
__('Kampung Kilim', 'wp-ultimo-locations'),
|
||||
__('Kampung Kok', 'wp-ultimo-locations'),
|
||||
__('Kuah', 'wp-ultimo-locations'),
|
||||
__('Kuala Kedah', 'wp-ultimo-locations'),
|
||||
__('Kuala Teriang', 'wp-ultimo-locations'),
|
||||
__('Kulim', 'wp-ultimo-locations'),
|
||||
__('Langkawi', 'wp-ultimo-locations'),
|
||||
__('Padang Mat Sirat', 'wp-ultimo-locations'),
|
||||
__('Sungai Petani', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user