Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (13 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/twentyten/loop-single.php

    r25627 r25868  
    3939                        <div id="author-avatar">
    4040                            <?php
    41                             //duplicate_hook
     41                            /** This filter is documented in author.php */
    4242                            echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) );
    4343                            ?>
Note: See TracChangeset for help on using the changeset viewer.