Greets:
Just a heads up that r742 is causeing me an error on line #34 of /wp-admin/wpmu-options.php.
This line:
<?php _e('Registration and support mails will come from this address. Make it generic like "support@' . echo $current_site->domain . '" or "info@' . echo $current_site->domain . '".') ?></td>
causes me a T_Echo error. I just changed it to the following:
<?php _e('Registration and support mails will come from this address.') ?></td>
and it works fine for me.
Thanks,
-drmike