Bundled Themes: pinking shears, fix a trailing period.

git-svn-id: https://develop.svn.wordpress.org/trunk@25824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-10-17 03:29:11 +00:00
parent c39143fd2e
commit 21da24227f
2 changed files with 2 additions and 2 deletions

View File

@ -704,7 +704,7 @@ add_filter( 'body_class', 'twentyeleven_body_classes' );
* @uses get_post_galleries() First, if available. Falls back to shortcode parsing,
* then as last option uses a get_posts() call.
*
* @since Twenty Eleven 1.6.
* @since Twenty Eleven 1.6
*
* @return array List of image IDs from the post gallery.
*/

View File

@ -45,7 +45,7 @@
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
</nav><!-- #site-navigation -->
<?php if ( get_header_image() ) : ?>
<?php if ( get_header_image() ) : ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>
<?php endif; ?>
</header><!-- #masthead -->