Opened 16 years ago
Closed 16 years ago
#2094 closed defect (bug) (duplicate)
locate the_time function
| Reported by: | chouf1 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | |
| Severity: | Keywords: | ||
| Cc: |
Description
<?php the_time('F j, Y') ?> is never translated... bp and wp admin setting have no influence on this.
So why not use definetly this instead in the theme files who call that function?
<?php the_time(('F j, Y','buddypress')) ?>
and put this in the pot file:
# is by default in US date format
# More on http://codex.wordpress.org/Template_Tags/the_time
#: ../archive.php:50
#: ../index.php:41
#: ../search.php:50
#: ../single.php:44
msgid "F j, Y"
msgstr ""
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
See #1946. There is/was a WP bug that was stopping us from using this previously.