Initial Commit
This commit is contained in:
78
inc/country/us/ri.php
Normal file
78
inc/country/us/ri.php
Normal file
@ -0,0 +1,78 @@
|
||||
<?php // phpcs:ignore - @generation-checksum US-RI-54
|
||||
/**
|
||||
* State City List for RI - US.
|
||||
*
|
||||
* City count: 54
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for RI - US.
|
||||
*
|
||||
* 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(
|
||||
__('Ashaway', 'wp-ultimo-locations'),
|
||||
__('Barrington', 'wp-ultimo-locations'),
|
||||
__('Bradford', 'wp-ultimo-locations'),
|
||||
__('Bristol', 'wp-ultimo-locations'),
|
||||
__('Bristol County', 'wp-ultimo-locations'),
|
||||
__('Central Falls', 'wp-ultimo-locations'),
|
||||
__('Charlestown', 'wp-ultimo-locations'),
|
||||
__('Chepachet', 'wp-ultimo-locations'),
|
||||
__('Coventry', 'wp-ultimo-locations'),
|
||||
__('Cranston', 'wp-ultimo-locations'),
|
||||
__('Cumberland', 'wp-ultimo-locations'),
|
||||
__('Cumberland Hill', 'wp-ultimo-locations'),
|
||||
__('East Greenwich', 'wp-ultimo-locations'),
|
||||
__('East Providence', 'wp-ultimo-locations'),
|
||||
__('Exeter', 'wp-ultimo-locations'),
|
||||
__('Foster', 'wp-ultimo-locations'),
|
||||
__('Greenville', 'wp-ultimo-locations'),
|
||||
__('Harrisville', 'wp-ultimo-locations'),
|
||||
__('Hope Valley', 'wp-ultimo-locations'),
|
||||
__('Hopkinton', 'wp-ultimo-locations'),
|
||||
__('Jamestown', 'wp-ultimo-locations'),
|
||||
__('Johnston', 'wp-ultimo-locations'),
|
||||
__('Kent County', 'wp-ultimo-locations'),
|
||||
__('Kingston', 'wp-ultimo-locations'),
|
||||
__('Lincoln', 'wp-ultimo-locations'),
|
||||
__('Melville', 'wp-ultimo-locations'),
|
||||
__('Middletown', 'wp-ultimo-locations'),
|
||||
__('Narragansett', 'wp-ultimo-locations'),
|
||||
__('Narragansett Pier', 'wp-ultimo-locations'),
|
||||
__('New Shoreham', 'wp-ultimo-locations'),
|
||||
__('Newport', 'wp-ultimo-locations'),
|
||||
__('Newport County', 'wp-ultimo-locations'),
|
||||
__('Newport East', 'wp-ultimo-locations'),
|
||||
__('North Kingstown', 'wp-ultimo-locations'),
|
||||
__('North Providence', 'wp-ultimo-locations'),
|
||||
__('North Scituate', 'wp-ultimo-locations'),
|
||||
__('North Smithfield', 'wp-ultimo-locations'),
|
||||
__('Pascoag', 'wp-ultimo-locations'),
|
||||
__('Pawtucket', 'wp-ultimo-locations'),
|
||||
__('Portsmouth', 'wp-ultimo-locations'),
|
||||
__('Providence', 'wp-ultimo-locations'),
|
||||
__('Providence County', 'wp-ultimo-locations'),
|
||||
__('Smithfield', 'wp-ultimo-locations'),
|
||||
__('South Kingstown', 'wp-ultimo-locations'),
|
||||
__('Tiverton', 'wp-ultimo-locations'),
|
||||
__('Valley Falls', 'wp-ultimo-locations'),
|
||||
__('Wakefield-Peacedale', 'wp-ultimo-locations'),
|
||||
__('Warren', 'wp-ultimo-locations'),
|
||||
__('Warwick', 'wp-ultimo-locations'),
|
||||
__('Washington County', 'wp-ultimo-locations'),
|
||||
__('West Greenwich', 'wp-ultimo-locations'),
|
||||
__('West Warwick', 'wp-ultimo-locations'),
|
||||
__('Westerly', 'wp-ultimo-locations'),
|
||||
__('Woonsocket', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user