Changeset 46229 for trunk/src/wp-login.php
- Timestamp:
- 09/21/2019 03:53:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r46204 r46229 661 661 printf( 662 662 /* translators: %s: Admin email address. */ 663 __( 'Current administration email: <strong>%s</strong>' ),664 esc_html( $admin_email )663 __( 'Current administration email: %s' ), 664 '<strong>' . esc_html( $admin_email ) . '</strong>' 665 665 ); 666 666
Note: See TracChangeset
for help on using the changeset viewer.