Changeset 36503
- Timestamp:
- 02/07/2016 01:25:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r36416 r36503 310 310 $current_user = wp_get_current_user(); 311 311 $content = str_replace( '###USERNAME###', $current_user->user_login, $content ); 312 $content = str_replace( '###ADMIN_URL###', esc_url( admin_url( 'options.php?adminhash='.$hash ) ), $content );312 $content = str_replace( '###ADMIN_URL###', esc_url( self_admin_url( 'options.php?adminhash='.$hash ) ), $content ); 313 313 $content = str_replace( '###EMAIL###', $value, $content ); 314 314 $content = str_replace( '###SITENAME###', get_site_option( 'site_name' ), $content );
Note: See TracChangeset
for help on using the changeset viewer.