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

git-svn-id: http://core.svn.wordpress.org/trunk@21369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-07-30 19:48:43 +00:00
parent 0a22b3a88f
commit 8fc51e8ad3
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 -->