diff options
author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-05 09:44:32 +0000 |
---|---|---|
committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-05 09:44:32 +0000 |
commit | f1cc092c5b64a722c78e387750584e1a6cee70b9 (patch) | |
tree | 38ae0854d9f28805c7dc4fb30342f025b021d53f /wp-inst/wp-content | |
parent | 5780129839620fe3a114310360d24f4e01b538ee (diff) | |
download | wordpress-mu-f1cc092c5b64a722c78e387750584e1a6cee70b9.tar.gz wordpress-mu-f1cc092c5b64a722c78e387750584e1a6cee70b9.tar.xz wordpress-mu-f1cc092c5b64a722c78e387750584e1a6cee70b9.zip |
typo
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@288 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-content')
-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 293f658..a778969 100644 --- a/wp-inst/wp-content/mu-plugins/invites.php +++ b/wp-inst/wp-content/mu-plugins/invites.php @@ -1,4 +1,4 @@ -?php +<?php return; // disable by default. if( substr( $_SERVER[ 'PHP_SELF' ], -14 ) == 'wpmu-admin.php' || substr( $_SERVER[ 'PHP_SELF' ], -11 ) == 'invites.php' ) { if( false == get_site_option( "invites_default_message" ) ) { |