Opened 15 years ago
Closed 15 years ago
#15333 closed defect (bug) (invalid)
wp_list_comments - do not displays date time properly
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0.1 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
I am using in my theme the following call:
echo ' <ol class="commentlist">' . "\n";
wp_list_comments();
echo ' </ol>' . "\n";
the date and time are not displayed correctly as can be seen at:
Change History (1)
Note: See
TracTickets for help on using
tickets.
Please try the support forums: http://wordpress.org/support/.
Your date and time formats in General Settings look like they are attempting to use strftime format, not date format.