diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-07-20 10:48:52 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-07-20 10:48:52 +0000 |
| commit | 78196c1ce58c6ef825239cb2bcd8fa33c1ff70cf (patch) | |
| tree | 448f44db6a69954f2ff6bec7383f4e39978b3496 | |
| parent | 38a13b6b7faa0f9c4499f9959535157c0a6e1ead (diff) | |
Disable admin invites form.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@53 7be80a69-a1ef-0310-a953-fb0f7c49ff36
| -rw-r--r-- | wp-inst/wp-content/mu-plugins/invites.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-content/mu-plugins/invites.php b/wp-inst/wp-content/mu-plugins/invites.php index 3498dba..2ffc2e6 100644 --- a/wp-inst/wp-content/mu-plugins/invites.php +++ b/wp-inst/wp-content/mu-plugins/invites.php @@ -81,7 +81,7 @@ function invites_admin_send_form() { <?php // must also list stats on current invites and drill down into specifics. } -add_action('wpmuadmindefaultpage', 'invites_admin_send_form'); +# add_action('wpmuadmindefaultpage', 'invites_admin_send_form'); function invites_admin_result() { switch( $_GET[ 'result' ] ) { |
