The MU forums have moved to WordPress.org

Issue with r742 (1 post)

  1. drmike
    Member
    Posted 18 years ago #

    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

About this Topic

  • Started 18 years ago by drmike