diff --git a/wp-admin/includes/export.php b/wp-admin/includes/export.php
index 1c7694f02b..ac673ec5b1 100644
--- a/wp-admin/includes/export.php
+++ b/wp-admin/includes/export.php
@@ -519,7 +519,8 @@ function export_wp( $args = array() ) {
" />
diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php
index b83d822f2f..2e3f83189c 100644
--- a/wp-admin/options-discussion.php
+++ b/wp-admin/options-discussion.php
@@ -71,7 +71,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php
index 863a5093c5..cd37763d15 100644
--- a/wp-admin/theme-editor.php
+++ b/wp-admin/theme-editor.php
@@ -221,7 +221,8 @@ if ( $file_description !== $file_show ) {
display( 'Name' );
if ( $description ) {
- echo ': ' . $description;}
+ echo ': ' . $description;
+ }
?>
diff --git a/wp-includes/feed-atom-comments.php b/wp-includes/feed-atom-comments.php
index b43f8d4eb1..e11955f746 100644
--- a/wp-includes/feed-atom-comments.php
+++ b/wp-includes/feed-atom-comments.php
@@ -93,7 +93,8 @@ while ( have_comments() ) :
' . get_comment_author_url() . '';}
+ echo '' . get_comment_author_url() . '';
+ }
?>
diff --git a/wp-includes/theme-compat/header.php b/wp-includes/theme-compat/header.php
index daa0088d23..cbd84eb20e 100644
--- a/wp-includes/theme-compat/header.php
+++ b/wp-includes/theme-compat/header.php
@@ -43,7 +43,8 @@ _deprecated_file(
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 803c9b6392..59fece59bc 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.2-alpha-54878';
+$wp_version = '6.2-alpha-54881';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
diff --git a/wp-links-opml.php b/wp-links-opml.php
index ca43c3d43c..746c287a7e 100644
--- a/wp-links-opml.php
+++ b/wp-links-opml.php
@@ -83,7 +83,8 @@ foreach ( (array) $cats as $cat ) :