mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
Remove unnecessary quotes. Props technosailor. fixes #1990
git-svn-id: https://develop.svn.wordpress.org/trunk@3241 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
545644ebc8
commit
95c090d08d
@ -33,7 +33,7 @@ case 'update':
|
|||||||
|
|
||||||
if (!$_POST['page_options']) {
|
if (!$_POST['page_options']) {
|
||||||
foreach ($_POST as $key => $value) {
|
foreach ($_POST as $key => $value) {
|
||||||
$options[] = "'$key'";
|
$options[] = $key;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$options = explode(',', stripslashes($_POST['page_options']));
|
$options = explode(',', stripslashes($_POST['page_options']));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user