summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-options.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-16 13:07:13 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-16 13:07:13 +0000
commit66df7b815bf4cd9dff862e6200e1c366e02b08eb (patch)
tree22e399890dcebdb3048d7f9561a56693b46a6719 /wp-admin/wpmu-options.php
parent35fa0c742a676868205bdc760d0f4427d525ae1a (diff)
downloadwordpress-mu-66df7b815bf4cd9dff862e6200e1c366e02b08eb.tar.gz
wordpress-mu-66df7b815bf4cd9dff862e6200e1c366e02b08eb.tar.xz
wordpress-mu-66df7b815bf4cd9dff862e6200e1c366e02b08eb.zip
Use GET and POST
Use update_user_status() git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1080 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-options.php')
-rw-r--r--wp-admin/wpmu-options.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php
index 98114a8..bdb0acf 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -16,8 +16,7 @@ if (isset($_GET['updated'])) {
?>
<div class="wrap">
<h2><?php _e('Site Options') ?></h2>
- <form name="form1" method="POST" action="wpmu-edit.php">
- <input type='hidden' name='action' value='siteoptions'>
+ <form name="form1" method="POST" action="wpmu-edit.php?action=siteoptions">
<?php wp_nonce_field( "siteoptions" ); ?>
<fieldset class="options">
<legend><?php _e('Operational Settings <em>(These settings cannot be modified by blog owners)</em>') ?></legend>