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 402ae9f commit 6b2c9baCopy full SHA for 6b2c9ba
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -3895,6 +3895,9 @@ static function ( $tag_match ) {
3895
/**
3896
* Indicates if the currently matched tag is a JavaScript script tag.
3897
*
3898
+ * Note that this does not parse a MIME type. This behavior is well-documented in
3899
+ * in the HTML standard and uses string comparisons, *not* actual MIME Types.
3900
+ *
3901
* @see https://html.spec.whatwg.org/multipage/scripting.html#prepare-the-script-element
3902
3903
* @ignore
0 commit comments