Changeset 48049 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/15/2020 07:39:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r47808 r48049 2575 2575 sprintf( 2576 2576 /* translators: %s: Admin email address. */ 2577 __( '<strong>Error</strong>: Couldn’t register you… please contact the <a href="mailto:%s"> webmaster</a>!' ),2577 __( '<strong>Error</strong>: 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.