Make WordPress Core


Ignore:
Timestamp:
09/25/2013 05:03:34 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Ten: update code comments to reflect WP inline docs standards. Props DrewAPicture, closes #25256.

File:
1 edited

Legend:

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

    r19599 r25627  
    11<?php
    22/**
    3  * The loop that displays a single post.
     3 * The loop that displays a single post
    44 *
    55 * The loop displays the posts and the post content. See
     
    3838                    <div id="entry-author-info">
    3939                        <div id="author-avatar">
    40                             <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?>
     40                            <?php
     41                            //duplicate_hook
     42                            echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) );
     43                            ?>
    4144                        </div><!-- #author-avatar -->
    4245                        <div id="author-description">
Note: See TracChangeset for help on using the changeset viewer.