Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (11 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

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

    r25625 r25868  
    5656            <div id="author-avatar">
    5757                <?php
    58                 //duplicate_hook
     58                /** This filter is documented in author.php */
    5959                echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) );
    6060                ?>
Note: See TracChangeset for help on using the changeset viewer.