neve icon indicating copy to clipboard operation
neve copied to clipboard

Add support for HTML5 script tags

Open irinelenache opened this issue 2 years ago • 1 comments

What problem does this address?

We should add support for HTML5 tags to ensure compatibility with some plugins like WordPress Popular Posts. In the latest release they added a workaround for it, but the plugin developer said it would be ideal if we provided support for HTML5 script tags

Mentioned here - https://wordpress.org/support/topic/html5-support-5/#post-17235418

What is your proposed solution?

/**
 * Adds support for HTML5 script tags
 */
add_theme_support( 'html5', array('script') );

Will this feature require documentation? (Optional)

No.

irinelenache avatar Dec 07 '23 08:12 irinelenache

:tada: This issue has been resolved in version 3.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

pirate-bot avatar Jan 30 '24 10:01 pirate-bot