re-order did not upload to repository properly
git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@32305 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
3ac5125a55
commit
7004fcef1d
|
@ -9,7 +9,7 @@ foreach ($order as $pageid):
|
|||
$position += 1; //increment position var
|
||||
endforeach;
|
||||
|
||||
update_option("exclude_pages", $value = $_GET['exclude'];, $description = 'PageMash: Pages to not show in menu.', $autoload = 'yes');
|
||||
update_option("exclude_pages", $_GET['exclude'], '', 'yes');
|
||||
|
||||
echo "pagemashed";
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue