Opened 15 years ago
Closed 14 years ago
#1946 closed defect (bug) (fixed)
the_time localization in bp_default theme
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | 1.2.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | has-patch |
Cc: |
Description
the date format in bp-default theme need to be localized.
archive:35
index.php:26
single.php:29 <?php the_time('F j, Y') ?>
ie. in french i use <?php the_time('j F Y') ?>
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Set the_time() to obey WP time format localization options. Those who want something different can create a child theme to override.