Ticket #46849: 46849.diff
| File 46849.diff, 1.1 KB (added by , 7 years ago) |
|---|
-
wp-includes/ms-load.php
diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index 3133d2473c..1eae132d5c 100644
a b function ms_site_check() { 109 109 /* translators: %s: admin email link */ 110 110 sprintf( 111 111 __( 'This site has not been activated yet. If you are having problems activating your site, please contact %s.' ), 112 sprintf( '<a href="mailto:%s">%s</a>', $admin_email )112 sprintf( '<a href="mailto:%s">%s</a>', $admin_email, $admin_email ) 113 113 ) 114 114 ); 115 115 }