Make WordPress Core


Ignore:
Timestamp:
04/28/2011 10:04:39 PM (14 years ago)
Author:
iandstewart
Message:

Twenty Eleven: make sure that link color options set in theme-options.php will override showcase.php recent posts and ephemera widget link colors; See #17198

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/inc/widgets.php

    r17738 r17755  
    8585            <?php if ( 'link' != get_post_format() ) : ?>
    8686
    87             <li class="entry-title">
     87            <li class="widget-entry-title">
    8888                <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>
    8989                <span class="comments-link">
     
    9494            <?php else : ?>
    9595
    96             <li class="entry-title">
     96            <li class="widget-entry-title">
    9797                <?php
    9898                    $link_url = get_permalink();
Note: See TracChangeset for help on using the changeset viewer.