Twenty Fifteen: document the site-branding class in header.php.

Props NikV, fixes #29961.



git-svn-id: https://develop.svn.wordpress.org/trunk@29928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2014-10-16 20:51:11 +00:00
parent 722005655c
commit f3bcbc8ada

View File

@ -32,7 +32,7 @@
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
<button class="secondary-toggle"><?php esc_html_e( 'Menu and widgets', 'twentyfifteen' ); ?></button>
</div>
</div><!-- .site-branding -->
</header><!-- .site-header -->
<?php get_sidebar(); ?>