From 79a705c8d8b108395420c2fc3640ef42b3ffb8d1 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Tue, 4 Jan 2022 18:49:00 +0000 Subject: [PATCH] Coding Standard: Remove empty space at end of inline comment in `_add_default_theme_supports()`. Follow-up to [52439]. See #54731. Built from https://develop.svn.wordpress.org/trunk@52440 git-svn-id: http://core.svn.wordpress.org/trunk@52032 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 7a2b357d0a..6584c99896 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -4183,7 +4183,7 @@ function _add_default_theme_supports() { add_theme_support( 'editor-styles' ); /* * Makes block themes support HTML5 by default for the comment block and search form - * (which use default template functions) and `[caption]` and `[gallery]` shortcodes. + * (which use default template functions) and `[caption]` and `[gallery]` shortcodes. * Other blocks contain their own HTML5 markup. */ add_theme_support( 'html5', array( 'comment-form', 'comment-list', 'search-form', 'gallery', 'caption', 'style', 'script' ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f0d0b84ba9..2432eebdc7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta4-52439'; +$wp_version = '5.9-beta4-52440'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.