Changeset 48066 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/16/2020 08:03:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r48059 r48066 2575 2575 sprintf( 2576 2576 /* translators: %s: Admin email address. */ 2577 __( 'Couldn’t register you… please contact the <a href="mailto:%s"> webmaster</a>!' ),2577 __( 'Couldn’t register you… please contact the <a href="mailto:%s">site admin</a>!' ), 2578 2578 get_option( 'admin_email' ) 2579 2579 )
Note: See TracChangeset
for help on using the changeset viewer.