Changeset 17755 for trunk/wp-content/themes/twentyeleven/inc/widgets.php
- Timestamp:
- 04/28/2011 10:04:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/inc/widgets.php
r17738 r17755 85 85 <?php if ( 'link' != get_post_format() ) : ?> 86 86 87 <li class=" entry-title">87 <li class="widget-entry-title"> 88 88 <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> 89 89 <span class="comments-link"> … … 94 94 <?php else : ?> 95 95 96 <li class=" entry-title">96 <li class="widget-entry-title"> 97 97 <?php 98 98 $link_url = get_permalink();
Note: See TracChangeset
for help on using the changeset viewer.