Make WordPress Core


Ignore:
Timestamp:
05/06/2014 04:47:56 PM (10 years ago)
Author:
wonderboymusic
Message:

In update_option_new_admin_email(), $email is set and never used.

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ms.php

    r28215 r28299  
    212212
    213213function update_option_new_admin_email( $old_value, $value ) {
    214     $email = get_option( 'admin_email' );
    215214    if ( $value == get_option( 'admin_email' ) || !is_email( $value ) )
    216215        return;
Note: See TracChangeset for help on using the changeset viewer.