mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
s/ms-options/settings/. props koke, fixes #15708.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a13266c40
commit
05f5c807ab
@ -391,7 +391,7 @@ $i18n_signup['blog'] = _x('blog', 'Multisite active signup type');
|
|||||||
$i18n_signup['user'] = _x('user', 'Multisite active signup type');
|
$i18n_signup['user'] = _x('user', 'Multisite active signup type');
|
||||||
|
|
||||||
if ( is_super_admin() )
|
if ( is_super_admin() )
|
||||||
echo '<div class="mu_alert">' . sprintf( __( 'Greetings Site Administrator! You are currently allowing “%s” registrations. To change or disable registration go to your <a href="%s">Options page</a>.' ), $i18n_signup[$active_signup], esc_url( network_admin_url( 'ms-options.php' ) ) ) . '</div>';
|
echo '<div class="mu_alert">' . sprintf( __( 'Greetings Site Administrator! You are currently allowing “%s” registrations. To change or disable registration go to your <a href="%s">Options page</a>.' ), $i18n_signup[$active_signup], esc_url( network_admin_url( 'settings.php' ) ) ) . '</div>';
|
||||||
|
|
||||||
$newblogname = isset($_GET['new']) ? strtolower(preg_replace('/^-|-$|[^-a-zA-Z0-9]/', '', $_GET['new'])) : null;
|
$newblogname = isset($_GET['new']) ? strtolower(preg_replace('/^-|-$|[^-a-zA-Z0-9]/', '', $_GET['new'])) : null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user