Make WordPress Core

Changeset 25824


Ignore:
Timestamp:
10/17/2013 03:29:11 AM (11 years ago)
Author:
lancewillett
Message:

Bundled Themes: pinking shears, fix a trailing period.

Location:
trunk/src/wp-content/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/functions.php

    r25746 r25824  
    705705 *                            then as last option uses a get_posts() call.
    706706 *
    707  * @since Twenty Eleven 1.6.
     707 * @since Twenty Eleven 1.6
    708708 *
    709709 * @return array List of image IDs from the post gallery.
  • trunk/src/wp-content/themes/twentytwelve/header.php

    r25626 r25824  
    4646        </nav><!-- #site-navigation -->
    4747
    48         <?php if ( get_header_image() ) : ?> 
     48        <?php if ( get_header_image() ) : ?>
    4949        <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>
    5050        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.