summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-users.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-18 10:31:59 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-18 10:31:59 +0000
commit7da6b81f03b04c5b0c66422f5c41524f48623f4f (patch)
tree32454bd2bc093aab414be06038930fddedbfbb55 /wp-admin/wpmu-users.php
parent0368a87fe87674b55261a908eee2d0f3feba7330 (diff)
downloadwordpress-mu-7da6b81f03b04c5b0c66422f5c41524f48623f4f.tar.gz
wordpress-mu-7da6b81f03b04c5b0c66422f5c41524f48623f4f.tar.xz
wordpress-mu-7da6b81f03b04c5b0c66422f5c41524f48623f4f.zip
Use GET for action
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1096 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-users.php')
-rw-r--r--wp-admin/wpmu-users.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/wpmu-users.php b/wp-admin/wpmu-users.php
index 410585b..fa31940 100644
--- a/wp-admin/wpmu-users.php
+++ b/wp-admin/wpmu-users.php
@@ -149,7 +149,7 @@ if ( $_GET['updated'] == 'true' ) {
// -->
</script>
- <form name="formlist" action='wpmu-edit.php' method='post'>
+ <form name="formlist" action='wpmu-edit.php?action=allusers' method='post'>
<table class="widefat" cellpadding="3" cellspacing="3">
<thead>
<tr>
@@ -285,4 +285,4 @@ if ( $_GET['updated'] == 'true' ) {
</form>
</div>
-<?php include('admin-footer.php'); ?> \ No newline at end of file
+<?php include('admin-footer.php'); ?>