summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-26 15:25:12 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-26 15:25:12 +0000
commita92193621c72c00ca89085ce647e0cde82ed76c6 (patch)
tree6114f143a72482587fb7de3f222148c8a7cb6fba /wp-admin
parent170ebb3eb943d96acbc61dbd2544e10511b1d1c7 (diff)
downloadwordpress-mu-a92193621c72c00ca89085ce647e0cde82ed76c6.tar.gz
wordpress-mu-a92193621c72c00ca89085ce647e0cde82ed76c6.tar.xz
wordpress-mu-a92193621c72c00ca89085ce647e0cde82ed76c6.zip
Confirmation required
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@768 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin')
-rw-r--r--wp-admin/wpmu-users.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/wp-admin/wpmu-users.php b/wp-admin/wpmu-users.php
index 0916cda..6a01bc7 100644
--- a/wp-admin/wpmu-users.php
+++ b/wp-admin/wpmu-users.php
@@ -237,7 +237,7 @@ function check_all_rows() {
// -->
</script>
-<form name='formlist' action='wpmu-users.php?action=allusers' method='POST'>
+<form name='formlist' action='wpmu-users.php' method='POST'>
<input type=button value="<?php _e('Check All') ?>" onClick="this.value=check_all_rows()">
<table width="100%" cellpadding="3" cellspacing="3">
<tr>
@@ -341,7 +341,6 @@ foreach($posts_columns as $column_name=>$column_display_name) {
<li><input type='radio' name='userfunction' id='delete' value='delete'> <label for='delete'><?php _e('Delete') ?></label></li>
<li><input type='radio' name='userfunction' id='spam' value='spam'> <label for='spam'><?php _e('Mark as Spammers') ?></label></li>
</ul>
-<?php wp_nonce_field('allusers') ?>
<input type='hidden' name='action' value='allusers'>
<input type='submit' value='<?php _e('Apply Changes') ?>'></p>
</form>