HTML5填充函数.php

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML5填充函数.php相关的知识,希望对你有一定的参考价值。

  1. // add ie conditional html5 shim to header
  2. function add_ie_html5_shim () {   
  3. echo '<!--[if lt IE 9]>';   
  4. echo '<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>';   
  5. echo '<![endif]-->';
  6. }
  7. add_action('wp_head', 'add_ie_html5_shim');

以上是关于HTML5填充函数.php的主要内容,如果未能解决你的问题,请参考以下文章