Changeset 38876
- Timestamp:
- 10/23/2016 02:01:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r38821 r38876 389 389 390 390 $content = str_replace( '###USERNAME###', $current_user->user_login, $content ); 391 $content = str_replace( '###ADMIN_URL###', esc_url( admin_url( 'profile.php?newuseremail='.$hash ) ), $content );391 $content = str_replace( '###ADMIN_URL###', esc_url( self_admin_url( 'profile.php?newuseremail=' . $hash ) ), $content ); 392 392 $content = str_replace( '###EMAIL###', $_POST['email'], $content); 393 393 $content = str_replace( '###SITENAME###', get_site_option( 'site_name' ), $content );
Note: See TracChangeset
for help on using the changeset viewer.