Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1162 closed defect (bug) (no action required)

Bad date output on the main blog archive page

Reported by: chouf1's profile chouf1 Owned by:
Milestone: 1.1.2 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

Seems to be a wpmu question but i try it first here because following code line appeared in 1.1

When on archive page from the main blog there is a large title saying "You are browsing the archive for - here the year and the month name"
bp-sn-parent/archive.php
Line 13: <h3><?php printf( ( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?></h3>

The output by default of %1$s is the year and the month name.
When translated, i can see the year and the translated month name.

This is ok in english, but not in french, german, italian, spanish,.... witch generaly use month year.

Change History (1)

#1 @DJPaul
15 years ago

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

I think I agree with you this is a Wordpress issue as wp_title() is a standard Wordpress function. You could find a really-well localized, really good theme for Wordpress, and see what page title you get when you visit its blog archive page.

Note: See TracTickets for help on using tickets.