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

Susurrus’s picture

Status: Active » Closed (fixed)

I don't see this code in 5.x-1.7, so I'm marking this as closed.