Skip to:
Content

BuddyPress.org

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)

1946.001.diff (4.0 KB ) - added by cnorris23 16 years ago.

Download all attachments as: .zip

Change History (3)

#1 @cnorris23
16 years ago

  • ComponentCore
  • Keywords has-patch added
  • Milestone1.2.5

Set the_time() to obey WP time format localization options. Those who want something different can create a child theme to override.

@cnorris23
16 years ago

#2 @johnjamesjacoby
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3110]) Fixes #1946 props cnorris23

Note: See TracTickets for help on using tickets.