Ticket #636: 636.patch
File 636.patch, 914 bytes (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/inc/template-tags.php
153 153 <footer class="comment-meta"> 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 159 159 <div class="comment-metadata">