Make WordPress Core


Ignore:
Timestamp:
12/10/2011 07:43:49 PM (12 years ago)
Author:
ryan
Message:

Back compat for twentyeleven. Props duck_. fixes #19504

File:
1 edited

Legend:

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

    r19582 r19584  
    5252        <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
    5353
    54         <?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 ?>
     54        <?php if ( get_the_author_meta( 'description' ) && ( ! function_exists( 'is_multi_author' ) || is_multi_author() ) ) : // If a user has filled out their description and this is a multi-author blog, show a bio on their entries ?>
    5555        <div id="author-info">
    5656            <div id="author-avatar">
Note: See TracChangeset for help on using the changeset viewer.