Opened 15 years ago
Closed 15 years ago
#2094 closed defect (bug) (duplicate)
locate the_time function
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Core | 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 ""
Change History (1)
Note: See
TracTickets for help on using
tickets.
See #1946. There is/was a WP bug that was stopping us from using this previously.