Closed (fixed)
Project:
Archive
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Dec 2007 at 19:27 UTC
Updated:
25 Dec 2007 at 05:17 UTC
Small in a file "archive.inc" to a line 250, it is necessary to replace oversight
$output .= "<li$class>". ($posts > 0 ? l($month_names[$month], _archive_url($type, $date, 0, $month), array('title' => format_plural($posts, '1 post', '@count posts'))) : $month_names[$month])
On
$output .= "<li$class>". ($posts > 0 ? l(t($month_names[$month]), _archive_url($type, $date, 0, $month), array('title' => format_plural($posts, '1 post', '@count posts'))) : t($month_names[$month])) ."</li>\n";
Comments
Comment #1
Susurrus commentedI don't see this code in 5.x-1.7, so I'm marking this as closed.