From a73fc6c084597e067842b7ab617bca724da49254 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sat, 26 Nov 2022 21:01:17 +0000 Subject: [PATCH] Coding Standards: Various brace indentation corrections. Props mukesh27. Fixes #57210. See #56791. Built from https://develop.svn.wordpress.org/trunk@54881 git-svn-id: http://core.svn.wordpress.org/trunk@54433 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/export.php | 3 ++- wp-admin/includes/file.php | 3 ++- wp-admin/options-discussion.php | 3 ++- wp-admin/theme-editor.php | 3 ++- wp-includes/feed-atom-comments.php | 3 ++- wp-includes/theme-compat/header.php | 3 ++- wp-includes/version.php | 2 +- wp-links-opml.php | 3 ++- 8 files changed, 15 insertions(+), 8 deletions(-) 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 ) :