Changeset 33569
- Timestamp:
- 08/04/2015 11:38:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r33143 r33569 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 );
Note: See TracChangeset
for help on using the changeset viewer.