Changeset 962
- Timestamp:
- 11/06/2014 11:20:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/inc/template-tags.php
r843 r962 154 154 <div class="comment-author vcard"> 155 155 <?php if ( 0 != $args['avatar_size'] ) echo '<div class="avatar-wrapper">' . get_avatar( $comment, $args['avatar_size'] ) . '</div>'; ?> 156 <?php printf( __( '%s', 'wpmobileapps' ), sprintf( '<cite class="fn">%s</cite>', get_comment_author_link()) ); ?>156 <?php sprintf( '<cite class="fn">%s</cite>', get_comment_author_link() ); ?> 157 157 </div><!-- .comment-author --> 158 158
Note: See TracChangeset
for help on using the changeset viewer.