Make WordPress Core


Ignore:
Timestamp:
03/09/2016 11:01:53 PM (9 years ago)
Author:
karmatosed
Message:

Twenty Fifteen: add support for site logos
Fixes #35944
Props @iamtakashi, @celloexpressions, @drebbits.web

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/header.php

    r31184 r36913  
    3030            <div class="site-branding">
    3131                <?php
     32                    twentyfifteen_the_custom_logo();
     33
    3234                    if ( is_front_page() && is_home() ) : ?>
    3335                        <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
Note: See TracChangeset for help on using the changeset viewer.