X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/e0feb3b2e5b436a06bbb04fbc838d1cd6ec95399..c81aba3d563f7459dc79140e4c5be67bcf506b92:/wp-admin/network/settings.php?ds=sidebyside diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index 1872eb81..cd8e251d 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -22,27 +22,6 @@ if ( ! current_user_can( 'manage_network_options' ) ) $title = __( 'Network Settings' ); $parent_file = 'settings.php'; -/** - * Print JavaScript in the header on the Network Settings screen. - * - * @since 4.1.0 -*/ -function network_settings_add_js() { -?> - -add_help_tab( array( @@ -122,7 +101,7 @@ if ( isset( $_GET['updated'] ) ) {

-

+

@@ -141,7 +120,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+

@@ -158,7 +137,13 @@ if ( isset( $_GET['updated'] ) ) {
' . __( 'If registration is disabled, please set NOBLOGREDIRECT in wp-config.php to a URL you will redirect visitors to if they visit a non-existent site.' ) . '

'; + echo '

'; + /* translators: 1: NOBLOGREDIRECT 2: wp-config.php */ + printf( __( 'If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.' ), + 'NOBLOGREDIRECT', + 'wp-config.php' + ); + echo '

'; } ?> @@ -217,7 +202,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+

@@ -289,12 +274,12 @@ if ( isset( $_GET['updated'] ) ) {
-

+

-