Skip to content

Commit 2ef0bf0

Browse files
committed
Fix demonstration comment
1 parent 55d4e47 commit 2ef0bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/html-api/class-wp-html-tag-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3821,7 +3821,7 @@ public function set_modifiable_text( string $plaintext_content ): bool {
38213821
*
38223822
* <script>
38233823
* // If "<!--" and "<script>" appear like this,
3824-
* // the following `</script>` close tag will not be recognized.
3824+
* // the following SCRIPT close tag will not be recognized.
38253825
* </script>
38263826
* <h1>This appears _inside_ the preceding SCRIPT element.</h1>
38273827
*

0 commit comments

Comments
 (0)