HTML5填充函数.php
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML5填充函数.php相关的知识,希望对你有一定的参考价值。
// add ie conditional html5 shim to header function add_ie_html5_shim () {Â Â echo '<!--[if lt IE 9]>';Â Â echo '<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>';Â Â echo '<![endif]-->'; } add_action('wp_head', 'add_ie_html5_shim');
以上是关于HTML5填充函数.php的主要内容,如果未能解决你的问题,请参考以下文章