From f870ef5da79129ed3fab073bb253296c346fbb23 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Mon, 6 Oct 2003 23:48:17 +0000 Subject: [PATCH] Removed 'search_engine_friendly_urls' options. git-svn-id: https://develop.svn.wordpress.org/trunk@417 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-settings.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wp-settings.php b/wp-settings.php index 97050af2c1..d40f174958 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -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 ?> \ No newline at end of file