Fixed so that you can remove the permalink format string.

git-svn-id: https://develop.svn.wordpress.org/trunk@500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2003-10-30 14:56:29 +00:00
parent 4ae5206365
commit 99a04fe92d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ for ($i=0; $i<count($b2varstoreset); $i += 1) {
require_once('optionhandler.php');
if ($HTTP_POST_VARS['permalink_structure'] != '') {
if ($HTTP_POST_VARS['Submit'] == 'Update') {
update_option('permalink_structure', $HTTP_POST_VARS['permalink_structure']);
$permalink_structure = $HTTP_POST_VARS['permalink_structure'];
} else {