Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#1946 closed defect (bug) (fixed)

the_time localization in bp_default theme

Reported by: chouf1's profile chouf1 Owned by:
Milestone: 1.2.5 Priority: minor
Severity: Version:
Component: Core 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 14 years ago.

Download all attachments as: .zip

Change History (3)

#1 @cnorris23
14 years ago

  • Component set to Core
  • Keywords has-patch added
  • Milestone set to 1.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
14 years ago

#2 @johnjamesjacoby
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3110]) Fixes #1946 props cnorris23

Note: See TracTickets for help on using tickets.