mirror of
https://github.com/kennethreitz-archive/wp-google-chrome-frame.git
synced 2026-06-05 07:36:12 +00:00
added lovely space.
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@
|
||||
Version: 1.0
|
||||
*/
|
||||
|
||||
add_action('admin_menu', 'gopenid_admin_menu');
|
||||
add_action('admin_menu', 'chromeframe_snippet');
|
||||
|
||||
function chromeframe_snippet() { ?>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<?php }
|
||||
|
||||
add_action('wp_head', 'chromeframe_snippet');
|
||||
|
||||
Reference in New Issue
Block a user