Opened 17 years ago
Closed 16 years ago
#1946 closed defect (bug) (fixed)
the_time localization in bp_default theme
| Reported by: | chouf1 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.5 |
| Component: | Core | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Set the_time() to obey WP time format localization options. Those who want something different can create a child theme to override.