Skip to content

Commit

Permalink
Coding Standard: Remove empty space at end of inline comment in `_add…
Browse files Browse the repository at this point in the history
…_default_theme_supports()`.

Follow-up to [52439].

See #54731.

git-svn-id: https://develop.svn.wordpress.org/trunk@52440 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
hellofromtonya committed Jan 4, 2022
1 parent ba7d3a5 commit 7d4b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/theme.php
Expand Up @@ -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' ) );
Expand Down

0 comments on commit 7d4b63b

Please sign in to comment.