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/twentytwelve/author.php

    r25521 r25868  
    4949                <div class="author-avatar">
    5050                    <?php
    51                     //duplicate_hook
     51                    /**
     52                     * Filter the author bio avatar size.
     53                     *
     54                     * @since Twenty Twelve 1.0
     55                     *
     56                     * @param int $size The height and width of the avatar in pixels.
     57                     */
    5258                    $author_bio_avatar_size = apply_filters( 'twentytwelve_author_bio_avatar_size', 68 );
    5359                    echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size );
Note: See TracChangeset for help on using the changeset viewer.