Change default country to US

This commit is contained in:
Brian Miyaji
2014-05-17 10:40:42 +10:00
parent ff263c469b
commit 60ff1e92ad
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ class SP_Admin_Welcome {
<form method="post" id="mainform" action="" enctype="multipart/form-data">
<h4><?php _e( 'Base Location', 'sportspress' ); ?></h4>
<?php
$selected = (string) get_option( 'sportspress_default_country', 'AU' );
$selected = (string) get_option( 'sportspress_default_country', 'US' );
$continents = SP()->countries->continents;
?>
<p>

View File

@@ -159,7 +159,7 @@ class SP_Settings_General extends SP_Settings_Page {
* @return void
*/
public function country_setting() {
$selected = (string) get_option( 'sportspress_default_country', 'AU' );
$selected = (string) get_option( 'sportspress_default_country', 'US' );
$continents = SP()->countries->continents;
?>
<tr valign="top">