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 e60d592 commit 092eecfCopy full SHA for 092eecf
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -3837,7 +3837,7 @@ static function ( $tag_match ) {
3837
*
3838
* @since {WP_VERSION}
3839
3840
- * @return boolean True if the script tag will be evaluated as JavaScript.
+ * @return bool True if the script tag will be evaluated as JavaScript.
3841
*/
3842
public function is_javascript_script_tag(): bool {
3843
if ( 'SCRIPT' !== $this->get_tag() || $this->get_namespace() !== 'html' ) {
0 commit comments