Changeset 41165
- Timestamp:
- 07/27/2017 02:54:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r41163 r41165 2676 2676 $content = str_replace( '###ADMIN_URL###', esc_url( admin_url( 'profile.php?newuseremail=' . $hash ) ), $content ); 2677 2677 $content = str_replace( '###EMAIL###', $_POST['email'], $content ); 2678 $content = str_replace( '###SITENAME###', get_site_option( 'site_name'), $content );2678 $content = str_replace( '###SITENAME###', wp_specialchars_decode( get_site_option( 'site_name' ), ENT_QUOTES ), $content ); 2679 2679 $content = str_replace( '###SITEURL###', network_home_url(), $content ); 2680 2680
Note: See TracChangeset
for help on using the changeset viewer.