Sorted some geourl issues (see http://wordpress.org/support/6/683)
Added geo.position meta tag Added settings into wp-settings.php Added use of default in new post git-svn-id: http://svn.automattic.com/wordpress/trunk@525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -51,6 +51,9 @@ if (!$_wp_installing) {
|
||||
$emailtestonly = get_settings('emailtestonly');
|
||||
$use_phoneemail = get_settings('use_phoneemail');
|
||||
$phoneemail_separator = get_settings('phoneemail_separator');
|
||||
$use_default_geourl = get_settings('use_default_geourl');
|
||||
$default_geourl_lat = get_settings('default_geourl_lat');
|
||||
$default_geourl_lon = get_settings('default_geourl_lon');
|
||||
|
||||
/* not currently used
|
||||
if (get_settings('search_engine_friendly_urls')) {
|
||||
|
||||
Reference in New Issue
Block a user