mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Remove wordpressmu_wp_mail_from(). fixes #14586
git-svn-id: https://develop.svn.wordpress.org/trunk@15678 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1372,12 +1372,6 @@ function upload_is_file_too_big( $upload ) {
|
||||
return $upload;
|
||||
}
|
||||
|
||||
function wordpressmu_wp_mail_from( $email ) {
|
||||
if ( strpos( $email, 'wordpress@' ) !== false )
|
||||
$email = get_option( 'admin_email' );
|
||||
return $email;
|
||||
}
|
||||
|
||||
function signup_nonce_fields() {
|
||||
$id = mt_rand();
|
||||
echo "<input type='hidden' name='signup_form_id' value='{$id}' />";
|
||||
|
||||
Reference in New Issue
Block a user