Plugin Directory

Changeset 1351107


Ignore:
Timestamp:
02/15/2016 05:17:36 PM (10 years ago)
Author:
andrewklimek
Message:

Removed plaintext_pass argument deprecated in 4.3, added notify argument

Location:
re-welcome
Files:
1 edited
3 copied

Legend:

Unmodified
Added
Removed
  • re-welcome/tags/0.3/re-welcome.php

    r1351084 r1351107  
    2727    {
    2828        $uid = $_REQUEST['user'];
    29         wp_new_user_notification($uid);
     29        wp_new_user_notification( $uid, null, 'both' );
    3030        add_action( 'admin_notices', function() { echo '<div class="updated">Email Sent!</div>'; });
    3131    }
  • re-welcome/trunk/re-welcome.php

    r1351084 r1351107  
    2727    {
    2828        $uid = $_REQUEST['user'];
    29         wp_new_user_notification($uid);
     29        wp_new_user_notification( $uid, null, 'both' );
    3030        add_action( 'admin_notices', function() { echo '<div class="updated">Email Sent!</div>'; });
    3131    }
Note: See TracChangeset for help on using the changeset viewer.