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:
parent
4ae5206365
commit
99a04fe92d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user