Skip to content

Commit

Permalink
Remove superfluous space character
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Sep 4, 2023
1 parent 8106ec1 commit 27c3b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public static function createFragment( $html, $context = '<body>', $encoding = '
*
* @since 6.4.0
*
* @see WP_HTML_Processor::createFragment()
* @see WP_HTML_Processor::createFragment()
*
* @param string $html HTML to process.
* @param string|null $use_the_static_create_methods_instead This constructor should not be called manually.
Expand Down

0 comments on commit 27c3b37

Please sign in to comment.