Changeset 9854
- Timestamp:
- 11/24/2008 01:36:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r9825 r9854 1175 1175 <div class="comment-author vcard"> 1176 1176 <?php if ($args['avatar_size'] != 0) echo get_avatar( $comment, $args['avatar_size'] ); ?> 1177 < ?php printf(__('<cite class="fn">%s</cite> Says:'), get_comment_author_link()) ?>1177 <cite class="fn"><?php comment_author_link(); ?></cite> <span class="says"><?php _e('says:'); ?></span> 1178 1178 </div> 1179 1179 <?php if ($comment->comment_approved == '0') : ?> … … 1182 1182 <?php endif; ?> 1183 1183 1184 <div class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php printf(__('%1$s at %2$s'), get_comment_date( 'F jS, Y'), get_comment_time()) ?></a><?php edit_comment_link('edit',' ','') ?></div>1184 <div class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php printf(__('%1$s at %2$s'), get_comment_date(), get_comment_time()) ?></a><?php edit_comment_link(__('(Edit)'),' ','') ?></div> 1185 1185 1186 1186 <?php comment_text() ?>
Note: See TracChangeset
for help on using the changeset viewer.