diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index 28be5c9df9..ed34545584 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -345,7 +345,7 @@ if ( isset( $_REQUEST['approved'] ) || isset( $_REQUEST['deleted'] ) || isset( $
}
}
- echo '
' . implode( "
\n", $messages ) . '
';
+ echo '' . implode( "
\n", $messages ) . '
';
}
}
?>
diff --git a/wp-admin/includes/class-custom-background.php b/wp-admin/includes/class-custom-background.php
index 4914ebde39..f67105b0db 100644
--- a/wp-admin/includes/class-custom-background.php
+++ b/wp-admin/includes/class-custom-background.php
@@ -306,7 +306,7 @@ class Custom_Background {
|
@@ -320,7 +320,7 @@ class Custom_Background {
|
diff --git a/wp-admin/includes/class-wp-filesystem-base.php b/wp-admin/includes/class-wp-filesystem-base.php
index 607915bfec..8d83b24dd6 100644
--- a/wp-admin/includes/class-wp-filesystem-base.php
+++ b/wp-admin/includes/class-wp-filesystem-base.php
@@ -262,7 +262,7 @@ class WP_Filesystem_Base {
if ( $this->verbose ) {
/* translators: 1: Folder to locate, 2: Folder to start searching from. */
- printf( "\n" . __( 'Looking for %1$s in %2$s' ) . "
\n", $folder, $base );
+ printf( "\n" . __( 'Looking for %1$s in %2$s' ) . "
\n", $folder, $base );
}
$folder_parts = explode( '/', $folder );
@@ -291,7 +291,7 @@ class WP_Filesystem_Base {
if ( $this->verbose ) {
/* translators: %s: Directory name. */
- printf( "\n" . __( 'Changing to %s' ) . "
\n", $newdir );
+ printf( "\n" . __( 'Changing to %s' ) . "
\n", $newdir );
}
// Only search for the remaining path tokens in the directory, not the full path again.
@@ -309,7 +309,7 @@ class WP_Filesystem_Base {
if ( isset( $files[ $last_path ] ) ) {
if ( $this->verbose ) {
/* translators: %s: Directory name. */
- printf( "\n" . __( 'Found %s' ) . "
\n", $base . $last_path );
+ printf( "\n" . __( 'Found %s' ) . "
\n", $base . $last_path );
}
return trailingslashit( $base . $last_path );
diff --git a/wp-admin/includes/class-wp-ms-users-list-table.php b/wp-admin/includes/class-wp-ms-users-list-table.php
index d2ba7c72b5..f9eb81dc8d 100644
--- a/wp-admin/includes/class-wp-ms-users-list-table.php
+++ b/wp-admin/includes/class-wp-ms-users-list-table.php
@@ -443,7 +443,7 @@ class WP_MS_Users_List_Table extends WP_List_Table {
echo "$link$sep";
}
- echo '
';
+ echo '
';
}
}
diff --git a/wp-admin/includes/class-wp-plugins-list-table.php b/wp-admin/includes/class-wp-plugins-list-table.php
index d5a4a93e3f..217689ef91 100644
--- a/wp-admin/includes/class-wp-plugins-list-table.php
+++ b/wp-admin/includes/class-wp-plugins-list-table.php
@@ -752,7 +752,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
$plugin_name = $plugin_file;
if ( $plugin_file !== $plugin_data['Name'] ) {
- $plugin_name .= '
' . $plugin_data['Name'];
+ $plugin_name .= '
' . $plugin_data['Name'];
}
if ( true === ( $dropins[ $plugin_file ][1] ) ) { // Doesn't require a constant.
diff --git a/wp-admin/install.php b/wp-admin/install.php
index 8ff550c951..635113287d 100644
--- a/wp-admin/install.php
+++ b/wp-admin/install.php
@@ -187,7 +187,7 @@ function display_setup_form( $error = null ) {
if ( has_action( 'blog_privacy_selector' ) ) {
?>
/>
-
+
/>
diff --git a/wp-admin/network/site-info.php b/wp-admin/network/site-info.php
index 8cad4ead2a..894ebf048f 100644
--- a/wp-admin/network/site-info.php
+++ b/wp-admin/network/site-info.php
@@ -197,7 +197,7 @@ if ( ! empty( $messages ) ) {
$field_label ) : ?>
+