Make WordPress Core


Ignore:
Timestamp:
12/05/2013 10:08:45 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove invalid rel attributes from post thumbnail output, and fix a CSS typo. See #25946 and #25325.

File:
1 edited

Legend:

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

    r26556 r26694  
    1010
    1111<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    12         <a class="post-thumbnail" href="<?php the_permalink(); ?>" rel="<?php the_ID(); ?>">
     12        <a class="post-thumbnail" href="<?php the_permalink(); ?>">
    1313        <?php
    1414                // Output the featured image.
Note: See TracChangeset for help on using the changeset viewer.