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 288b952 commit a7495ddCopy full SHA for a7495dd
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -3814,9 +3814,9 @@ public function set_modifiable_text( string $plaintext_content ): bool {
3814
/*
3815
* SCRIPT tag contents can be dangerous.
3816
*
3817
- * The text `</script>` could close the SCRIPT element prematurely.
+ * The text "</script>" could close the SCRIPT element prematurely.
3818
3819
- * The text `<script>` could enter the "script data double escaped state", preventing the
+ * The text "<script>" could enter the “script data double escaped state”, preventing the
3820
* SCRIPT element from closing as expected, for example:
3821
3822
* <script>
0 commit comments