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

git-svn-id: https://develop.svn.wordpress.org/trunk@21369 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-07-30 19:48:43 +00:00
parent 691f2dfeac
commit b290cc388a
4 changed files with 4 additions and 4 deletions

View File

@ -19,5 +19,5 @@
<footer class="entry-meta">
<?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
<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>
</footer><!-- #entry-meta -->
</footer><!-- .entry-meta -->
</article><!-- #post -->

View File

@ -16,5 +16,5 @@
<footer class="entry-meta">
<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>
<h2><?php the_date(); ?></h2>
</footer><!-- #entry-meta -->
</footer><!-- .entry-meta -->
</article><!-- #post -->

View File

@ -17,5 +17,5 @@
<footer class="entry-meta">
<?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
<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>
</footer><!-- #entry-meta -->
</footer><!-- .entry-meta -->
</article><!-- #post -->

View File

@ -16,5 +16,5 @@
<footer class="entry-meta">
<?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>
<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>
</footer><!-- #entry-meta -->
</footer><!-- .entry-meta -->
</article><!-- #post -->