s/ms-options/settings. props PeteMall, fixes #14826.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
66a2572a2e
commit
c64766e6f2
|
@ -897,7 +897,7 @@ function newblog_notify_siteadmin( $blog_id, $deprecated = '' ) {
|
||||||
if ( is_email($email) == false )
|
if ( is_email($email) == false )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
$options_site_url = esc_url(network_admin_url('ms-options.php'));
|
$options_site_url = esc_url(network_admin_url('settings.php'));
|
||||||
|
|
||||||
switch_to_blog( $blog_id );
|
switch_to_blog( $blog_id );
|
||||||
$blogname = get_option( 'blogname' );
|
$blogname = get_option( 'blogname' );
|
||||||
|
@ -926,7 +926,7 @@ function newuser_notify_siteadmin( $user_id ) {
|
||||||
|
|
||||||
$user = new WP_User($user_id);
|
$user = new WP_User($user_id);
|
||||||
|
|
||||||
$options_site_url = esc_url(network_admin_url('ms-options.php'));
|
$options_site_url = esc_url(network_admin_url('settings.php'));
|
||||||
$msg = sprintf(__('New User: %1s
|
$msg = sprintf(__('New User: %1s
|
||||||
Remote IP: %2s
|
Remote IP: %2s
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue