Changeset 24131 for trunk/wp-content/themes/twentyeleven/showcase.php
- Timestamp:
- 04/29/2013 04:57:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/showcase.php
r22199 r24131 197 197 198 198 <li class="entry-title"> 199 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ); ?>"rel="bookmark"><?php the_title(); ?></a>199 <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a> 200 200 <span class="comments-link"> 201 201 <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.