Skip to content

Instantly share code, notes, and snippets.

@eri-trabiccolo
Created April 20, 2015 07:31
Show Gist options
  • Select an option

  • Save eri-trabiccolo/caa78b72afb0a8640eb2 to your computer and use it in GitHub Desktop.

Select an option

Save eri-trabiccolo/caa78b72afb0a8640eb2 to your computer and use it in GitHub Desktop.
html5_shiv
add_action('__before_body', 'html5shiv', -1);
function html5shiv(){?>
<!--[if lte IE 8]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment