Skip to content

v5.2.2

Choose a tag to compare

@alana-mullen alana-mullen released this 13 Nov 23:48
  • Update to Zurb Foundation 6.5.1.
  • HTML5 Supports Argument for Script and Style Tags. In HTML5, the type attribute is not required for the <script> and <style> tags. Including the attribute on these tags (type="text/javascript", for example) will trigger a validation warning in HTML validation tools. In WordPress 5.3, two new arguments are now supported for the html5 theme feature, script and style. When these arguments are passed, the type attribute will not be output for those tags.
  • Replace cornerstone_after_body hook with wp_body_open().