Codeinwp / neve

A fast, lightweight, AMP ready WordPress theme built with speed and usability in mind.

Home Page:https://themeisle.com/themes/neve/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for HTML5 script tags

irinelenache opened this issue ยท 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.

๐ŸŽ‰ This issue has been resolved in version 3.8.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€