[wp-trac] [WordPress Trac] #10673: Some class for date/hour of comments
WordPress Trac
wp-trac at lists.automattic.com
Sun Aug 23 18:20:10 UTC 2009
#10673: Some class for date/hour of comments
-------------------------+--------------------------------------------------
Reporter: Newzic | Owner:
Type: enhancement | Status: closed
Priority: low | Milestone:
Component: General | Version: 2.8.4
Severity: minor | Resolution: worksforme
Keywords: comment |
-------------------------+--------------------------------------------------
Comment(by Newzic):
But comment meta data are in wp-includes/comment-template.php, line 1268
{{{
<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>
}}}
not in comment.php of the defaut theme. comment.php have
{{{
<?php wp_list_comments();?>
}}}
that call code in wp-includes/comment-template.php
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10673#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list