Make WordPress Core


Ignore:
Timestamp:
06/15/2020 07:39:32 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Replace "Webmaster" in output messages with more appropriate terms:

  • "All at ###SITENAME###" in wp-admin/ms-delete-site.php, for consistency with other Multisite emails.
  • "Site admin" in register_new_user(), for clarity.

Props Presskopp, marybaum.
Fixes #50394.

File:
1 edited

Legend:

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

    r47808 r48049  
    25752575            sprintf(
    25762576                /* translators: %s: Admin email address. */
    2577                 __( '<strong>Error</strong>: Couldn&#8217;t register you&hellip; please contact the <a href="mailto:%s">webmaster</a> !' ),
     2577                __( '<strong>Error</strong>: 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.