diff --git a/wp-includes/template-functions-general.php b/wp-includes/template-functions-general.php index 54b7b17af9..0856ce2b49 100644 --- a/wp-includes/template-functions-general.php +++ b/wp-includes/template-functions-general.php @@ -411,7 +411,7 @@ function get_calendar($daylength = 1) { if ($next) { echo "\n\t\t".'' . substr($month[zeroise($next->month, 2)], 0, 3) . ' »'; + date('Y', mktime(0, 0 , 0, $next->month, 1, $next->year)) . '">' . $month_abbrev[$month[zeroise($next->month, 2)]] . ' »'; } else { echo "\n\t\t".' '; }