We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb63af commit 11f51c9Copy full SHA for 11f51c9
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -3820,9 +3820,10 @@ public function set_modifiable_text( string $plaintext_content ): bool {
3820
* SCRIPT element from closing as expected, for example:
3821
*
3822
* <script>
3823
- * // If this "<!--" then "<script>" the closing tag will not be recognized.
+ * // If "<!--" and "<script>" appear like this,
3824
+ * // the following `</script>` close tag will not be recognized.
3825
* </script>
- * <h1>This appears inside the preceding SCRIPT element.</h1>
3826
+ * <h1>This appears _inside_ the preceding SCRIPT element.</h1>
3827
3828
* The relevant state transitions happen on text like:
3829
* 1. <
0 commit comments