mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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:
parent
03437ba399
commit
7a1cd62048
@ -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