Opened 19 years ago
Closed 19 years ago
#4052 closed defect (bug) (duplicate)
not respecting date/time format set in options
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | trivial | Version: | |
| Component: | Template | Keywords: | |
| Focuses: | Cc: |
Description
default Kubrick uses in templates
the_time('F jS, Y') - index.php
the_time('l, F jS, Y') - archive.php
comment_date('F jS, Y') - comments.php
the_time('l, F jS, Y') - search.php
the_time('l, F jS, Y') - single.php
it would be much better (e.g. for international purposes etc.) to use just the_time() etc. so it would respect settings in options/general
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicte of #3767