Changeset 18266 for trunk/wp-content/themes/twentyeleven/content.php
- Timestamp:
- 06/11/2011 03:44:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content.php
r18253 r18266 13 13 <?php if ( is_sticky() ) : ?> 14 14 <hgroup> 15 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) /* Y NO ARRAY! */); ?>" rel="bookmark"><?php the_title(); ?></a></h1>15 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 16 16 <h2 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h2> 17 17 </hgroup> … … 45 45 46 46 <footer class="entry-meta"> 47 <?php $show_sep = false; // perhaps a implode(' | ', $utilities) could be used instead of this $show_sep business??>47 <?php $show_sep = false; ?> 48 48 <?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?> 49 49 <?php
Note: See TracChangeset
for help on using the changeset viewer.