Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2094 closed defect (bug) (duplicate)

locate the_time function

Reported by: chouf1's profile 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)

#1 @johnjamesjacoby
14 years ago

  • Component set to Core
  • Resolution set to duplicate
  • Status changed from new to closed

See #1946. There is/was a WP bug that was stopping us from using this previously.

Note: See TracTickets for help on using tickets.