diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2007-10-12 15:57:18 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2007-10-12 15:57:18 +0000 |
| commit | d56d78df31bea4849162fd0ea5dc8a46e7e1d50c (patch) | |
| tree | 6476651fd724718c784f8f6a820a8ac224c3aff0 /wp-admin/wpmu-edit.php | |
| parent | 358eee66d74cd8ad22cf05be05dfd5d6d8e601be (diff) | |
| download | wordpress-mu-d56d78df31bea4849162fd0ea5dc8a46e7e1d50c.tar.gz wordpress-mu-d56d78df31bea4849162fd0ea5dc8a46e7e1d50c.tar.xz wordpress-mu-d56d78df31bea4849162fd0ea5dc8a46e7e1d50c.zip | |
Added backend code for "registration notification" feature
Default language is in wp-content/languages/ - fixes #438, thanks mastermind!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1067 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-edit.php')
| -rw-r--r-- | wp-admin/wpmu-edit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-admin/wpmu-edit.php b/wp-admin/wpmu-edit.php index be25f88..5665924 100644 --- a/wp-admin/wpmu-edit.php +++ b/wp-admin/wpmu-edit.php @@ -25,6 +25,7 @@ switch( $_REQUEST[ 'action' ] ) { } update_site_option( "illegal_names", $names ); update_site_option( "registration", $wpdb->escape( $_POST[ 'registration' ] ) ); + update_site_option( "registrationnotification", $wpdb->escape( $_POST[ 'registrationnotification' ] ) ); if( $_POST[ 'limited_email_domains' ] != '' ) { update_site_option( "limited_email_domains", split( ' ', $_POST[ 'limited_email_domains' ] ) ); } else { |
