diff options
Diffstat (limited to 'header.php')
-rw-r--r-- | header.php | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22,7 +22,10 @@ if ( is_home() ) { } printf(' <link rel="stylesheet" href="' . get_bloginfo('stylesheet_url') . '"> -<script> +'); +wp_head(); +printf( +'<script> /* @licstart The following is the entire license notice for the JavaScript code in this page. @@ -44,7 +47,6 @@ printf(' */ </script> '); -wp_head(); printf( '</head> <body> |