Changeset 24131 for trunk/wp-content/themes/twentyten/loop.php
- Timestamp:
- 04/29/2013 04:57:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop.php
r23826 r24131 60 60 <?php if ( ( function_exists( 'get_post_format' ) && 'gallery' == get_post_format( $post->ID ) ) || in_category( _x( 'gallery', 'gallery category slug', 'twentyten' ) ) ) : ?> 61 61 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 62 <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) ); ?>"rel="bookmark"><?php the_title(); ?></a></h2>62 <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> 63 63 64 64 <div class="entry-meta"> … … 128 128 <?php else : ?> 129 129 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 130 <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) ); ?>"rel="bookmark"><?php the_title(); ?></a></h2>130 <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> 131 131 132 132 <div class="entry-meta">
Note: See TracChangeset
for help on using the changeset viewer.