]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfifteen/header.php
Wordpress 4.5.3
[autoinstalls/wordpress.git] / wp-content / themes / twentyfifteen / header.php
index d8e387ff7a9b8d5599094e816ab0339fd4c53713..28de34ed9fcc94f9366b1d438eee07385dd085fa 100644 (file)
@@ -18,7 +18,6 @@
        <!--[if lt IE 9]>
        <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js"></script>
        <![endif]-->
-       <script>(function(){document.documentElement.className='js'})();</script>
        <?php wp_head(); ?>
 </head>
 
@@ -30,6 +29,8 @@
                <header id="masthead" class="site-header" role="banner">
                        <div class="site-branding">
                                <?php
+                                       twentyfifteen_the_custom_logo();
+
                                        if ( is_front_page() && is_home() ) : ?>
                                                <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
                                        <?php else : ?>