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

    r25521 r25868  
    5151                    <div class="author-avatar">
    5252                        <?php
    53                         /**
    54                          * Filter the author bio avatar size.
    55                          *
    56                          * @since Twenty Twelve 1.0
    57                          *
    58                          * @param int $size The height and width of the avatar in pixels.
    59                          */
     53                        /** This filter is documented in author.php */
    6054                        $author_bio_avatar_size = apply_filters( 'twentytwelve_author_bio_avatar_size', 68 );
    6155                        echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size );
Note: See TracChangeset for help on using the changeset viewer.