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

Props NikV, fixes #29961.


Built from https://develop.svn.wordpress.org/trunk@29928


git-svn-id: http://core.svn.wordpress.org/trunk@29680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-10-16 20:52:18 +00:00
parent f196453cb8
commit 48e1232075

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(); ?>