Ticket #39209: 39209-3.patch
File 39209-3.patch, 782 bytes (added by , 8 years ago) |
---|
-
src/wp-signup.php
822 822 $i18n_signup['blog'] = _x('blog', 'Multisite active signup type'); 823 823 $i18n_signup['user'] = _x('user', 'Multisite active signup type'); 824 824 825 if ( is_super_admin() ) {825 if ( current_user_can( 'manage_network' ) ) { 826 826 /* translators: 1: type of site sign-up; 2: network settings URL */ 827 827 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>'; 828 828 }