Make WordPress Core


Ignore:
Timestamp:
11/07/2013 07:04:56 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: clean up inconsistencies in content template files. Props iamtakashi, fixes #25868.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/content-quote.php

    r25969 r26036  
    1717            <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
    1818        </div><!-- .entry-meta -->
    19         <?php endif; ?>
     19        <?php
     20            endif;
    2021
    21         <?php
    2222            if ( is_single() ) :
    2323                the_title( '<h1 class="entry-title">', '</h1>' );
     
    5454    </div><!-- .entry-content -->
    5555
     56    <?php if ( has_tag() ) : ?>
    5657    <footer class="entry-meta">
    57         <?php if ( has_tag() ) : ?>
    58         <span class="tag-links"><?php echo get_the_tag_list(); ?></span>
    59         <?php endif; ?>
     58        <span class="tag-links">
     59            <?php echo get_the_tag_list(); ?>
     60        </span>
    6061    </footer><!-- .entry-meta -->
     62    <?php endif; ?>
    6163</article><!-- #post-## -->
Note: See TracChangeset for help on using the changeset viewer.