diff --git a/src/wp-admin/includes/ms.php b/src/wp-admin/includes/ms.php
index 939d0d08b7..142aaee5f0 100644
--- a/src/wp-admin/includes/ms.php
+++ b/src/wp-admin/includes/ms.php
@@ -1050,7 +1050,7 @@ jQuery(document).ready( function($) {
// Don't show a spinner for English and installed languages,
// as there is nothing to download.
if ( ! languageSelect.find( 'option:selected' ).data( 'installed' ) ) {
- $( '#submit', this ).after( '' );
+ $( '#submit', this ).after( '' );
}
});
});
diff --git a/src/wp-admin/includes/options.php b/src/wp-admin/includes/options.php
index 14c175de23..a085a4ad5c 100644
--- a/src/wp-admin/includes/options.php
+++ b/src/wp-admin/includes/options.php
@@ -78,7 +78,7 @@ function options_general_add_js() {
// Don't show a spinner for English and installed languages,
// as there is nothing to download.
if ( ! languageSelect.find( 'option:selected' ).data( 'installed' ) ) {
- $( '#submit', this ).after( '' );
+ $( '#submit', this ).after( '' );
}
});
});