Make WordPress Core


Ignore:
Timestamp:
05/30/2011 01:29:55 AM (14 years ago)
Author:
iandstewart
Message:

Twenty Eleven: bug fixes and enhancements ...

  • Improvements to the dark color scheme; Props matveb
  • Remove link colors from the dark color scheme and let the default link color cascade
  • Check for multiple authors before showing author information on single posts
  • Remove the span before the edit link on the image template
  • Add a comment icon; Props hugobaeta
  • Replace the default reply text with an icon to prevent i18n issues with the design; Props matveb
  • Don't output sidebar on the no sidebar layout
  • Use the search form styling from the header for all search forms
  • Style fixes for no search results page
  • Fixes for fancy blockquote styles
  • Style fixes for the showcase slider
  • Margin for galleries
  • Only showing the top post navigation on paged results
  • Remove floats from images for the smallest screen sizes
File:
1 edited

Legend:

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

    r18029 r18072  
    5454        <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
    5555
    56         <?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries ?>
     56        <?php if ( get_the_author_meta( 'description' ) && is_multi_author() ) : // If a user has filled out their description and this is a multi-author blog, show a bio on their entries ?>
    5757        <div id="author-info">
    5858            <div id="author-avatar">
Note: See TracChangeset for help on using the changeset viewer.