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 4e9f7fb commit 772d771Copy full SHA for 772d771
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -3927,7 +3927,7 @@ static function ( $tag_match ) {
3927
*
3928
* @since {WP_VERSION}
3929
3930
- * @return boolean True if the script tag will be evaluated as JavaScript.
+ * @return bool True if the script tag will be evaluated as JavaScript.
3931
*/
3932
public function is_javascript_script_tag(): bool {
3933
if ( 'SCRIPT' !== $this->get_tag() || $this->get_namespace() !== 'html' ) {
0 commit comments