Skip to content

Commit 7d4b63b

Browse files
Coding Standard: Remove empty space at end of inline comment in _add_default_theme_supports().
Follow-up to [52439]. See #54731. git-svn-id: https://develop.svn.wordpress.org/trunk@52440 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ba7d3a5 commit 7d4b63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4183,7 +4183,7 @@ function _add_default_theme_supports() {
41834183
add_theme_support( 'editor-styles' );
41844184
/*
41854185
* Makes block themes support HTML5 by default for the comment block and search form
4186-
* (which use default template functions) and `[caption]` and `[gallery]` shortcodes.
4186+
* (which use default template functions) and `[caption]` and `[gallery]` shortcodes.
41874187
* Other blocks contain their own HTML5 markup.
41884188
*/
41894189
add_theme_support( 'html5', array( 'comment-form', 'comment-list', 'search-form', 'gallery', 'caption', 'style', 'script' ) );

0 commit comments

Comments
 (0)