Update rename-a-country.md
This commit is contained in:
parent
e39e15d202
commit
a387e6840a
|
@ -12,7 +12,7 @@ if ( ! function_exists( 'YOUR_PREFIX_rename_country' ) ) {
|
|||
* @return array $countries Updated country name(s)
|
||||
*/
|
||||
function YOUR_PREFIX_rename_country( $countries ) {
|
||||
$countries['IE'] = __( 'Ireland', 'YOUR-TEXTDOMAIN' );
|
||||
$countries['IE'] = __( 'Ireland (Changed)', 'YOUR-TEXTDOMAIN' );
|
||||
|
||||
return $countries;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue