Make WordPress Core

Ticket #50394: 50394.diff

File 50394.diff, 937 bytes (added by Presskopp, 4 years ago)
  • src/wp-admin/ms-delete-site.php

     
    6868are gone forever.)
    6969
    7070Thanks for using the site,
    71 Webmaster
     71admin of
    7272###SITE_NAME###"
    7373        );
    7474        /**
  • src/wp-includes/user.php

     
    25742574                        'registerfail',
    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                        )
    25802580                );