[wp-trac] [WordPress Trac] #43890: Allow Admin to Skip e-mail confirmation for Export/Anonymization
    WordPress Trac 
    noreply at wordpress.org
       
    Sat Jun 15 18:14:41 UTC 2019
    
    
  
#43890: Allow Admin to Skip e-mail confirmation for Export/Anonymization
-------------------------------------------------+-------------------------
 Reporter:  xkon                                 |       Owner:  xkon
     Type:  enhancement                          |      Status:  assigned
 Priority:  normal                               |   Milestone:  5.3
Component:  Privacy                              |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  has-patch dev-feedback needs-        |     Focuses:
  design-feedback                                |
-------------------------------------------------+-------------------------
Comment (by birgire):
 Thanks for the refresh @xkon
 I noticed one thing in [attachment:"43890.3.diff"], it changes the
 signature of the {{{wp_create_user_request()}}} function from:
 {{{
 wp_create_user_request( $email_address = '', $action_name = '',
 $request_data = array() ) {
 }}}
 to:
 {{{
 wp_create_user_request( $email_address = '', $action_name = '',
 $request_confirmation = '', $request_data = array() ) {
 }}}
 To preserve backward support, I would rather suggest:
 {{{
 wp_create_user_request( $email_address = '', $action_name = '',
 $request_data = array(), $request_confirmation = '' ) {
 }}}
-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/43890#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list