mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
Removed 'search_engine_friendly_urls' options.
git-svn-id: https://develop.svn.wordpress.org/trunk@417 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ea539e1abe
commit
f870ef5da7
@ -51,14 +51,16 @@ if (!$_wp_installing) {
|
||||
$use_phoneemail = get_settings('use_phoneemail');
|
||||
$phoneemail_separator = get_settings('phoneemail_separator');
|
||||
|
||||
/* not currently used
|
||||
if (get_settings('search_engine_friendly_urls')) {
|
||||
$querystring_start = '/';
|
||||
$querystring_equal = '/';
|
||||
$querystring_separator = '/';
|
||||
} else {
|
||||
$querystring_start = '?';
|
||||
$querystring_equal = '=';
|
||||
$querystring_separator = '&';
|
||||
}
|
||||
*/
|
||||
$querystring_start = '?';
|
||||
$querystring_equal = '=';
|
||||
$querystring_separator = '&';
|
||||
//}
|
||||
} //end !$_wp_installing
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user