Make WordPress Core

Changeset 21369


Ignore:
Timestamp:
07/30/2012 07:48:43 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: fix typo, s/#entry-meta/.entry-meta/ props zeo. Closes #21418.

Location:
trunk/wp-content/themes/twentytwelve
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/content-aside.php

    r21261 r21369  
    2020        <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
    2121        <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a>
    22     </footer><!-- #entry-meta -->
     22    </footer><!-- .entry-meta -->
    2323</article><!-- #post -->
  • trunk/wp-content/themes/twentytwelve/content-image.php

    r21261 r21369  
    1717            <h1><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    1818            <h2><?php the_date(); ?></h2>
    19         </footer><!-- #entry-meta -->
     19        </footer><!-- .entry-meta -->
    2020    </article><!-- #post -->
  • trunk/wp-content/themes/twentytwelve/content-link.php

    r21261 r21369  
    1818            <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
    1919            <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a>
    20         </footer><!-- #entry-meta -->
     20        </footer><!-- .entry-meta -->
    2121    </article><!-- #post -->
  • trunk/wp-content/themes/twentytwelve/content-quote.php

    r21261 r21369  
    1717        <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
    1818        <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a>
    19     </footer><!-- #entry-meta -->
     19    </footer><!-- .entry-meta -->
    2020</article><!-- #post -->
Note: See TracChangeset for help on using the changeset viewer.