Make WordPress Core


Ignore:
Timestamp:
06/16/2020 08:03:13 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Replace "webmaster" with "site admin" in register_new_user().

Follow-up to [48049], accidentally reverted in [48059].

Props kebbet.
See #50394.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r48059 r48066  
    25752575            sprintf(
    25762576                /* translators: %s: Admin email address. */
    2577                 __( 'Couldn&#8217;t register you&hellip; please contact the <a href="mailto:%s">webmaster</a>!' ),
     2577                __( 'Couldn&#8217;t register you&hellip; please contact the <a href="mailto:%s">site admin</a>!' ),
    25782578                get_option( 'admin_email' )
    25792579            )
Note: See TracChangeset for help on using the changeset viewer.