Fixed so that you can remove the permalink format string.

git-svn-id: http://svn.automattic.com/wordpress/trunk@500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2003-10-30 14:56:29 +00:00
parent 03437ba399
commit 7a1cd62048
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 {