We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34925d5 commit 3e88f34Copy full SHA for 3e88f34
1 file changed
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -3808,13 +3808,7 @@ public function set_modifiable_text( string $plaintext_content ): bool {
3808
}
3809
3810
/*
3811
- * The rest of this function handles modifiable text for special "atomic" HTML elements:
3812
- *
3813
- * - SCRIPT
3814
- * - STYLE
3815
- * - TEXTAREA
3816
- * - TITLE
3817
+ * The rest of this function handles modifiable text for special "atomic" HTML elements.
3818
* Only tags in the HTML namespace should be processed.
3819
*/
3820
if (
0 commit comments