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.