Ticket #33254: patch.diff
File patch.diff, 616 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/ms.php
298 298 */ 299 299 $content = apply_filters( 'new_admin_email_content', $email_text, $new_admin_email ); 300 300 301 $current_user = wp_get_current_user(); 301 302 $content = str_replace( '###USERNAME###', $current_user->user_login, $content ); 302 303 $content = str_replace( '###ADMIN_URL###', esc_url( admin_url( 'options.php?adminhash='.$hash ) ), $content ); 303 304 $content = str_replace( '###EMAIL###', $value, $content );