From 230d55a93baa851b767abb1e5b3cc1f7ae331b06 Mon Sep 17 00:00:00 2001 From: alex_t_king Date: Fri, 2 Jan 2004 19:21:50 +0000 Subject: [PATCH] fixing a bug where the next month link was using previous->year instead of next->year git-svn-id: http://svn.automattic.com/wordpress/trunk@685 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions.php b/wp-includes/template-functions.php index c48a6ba17..6d8bb46f6 100644 --- a/wp-includes/template-functions.php +++ b/wp-includes/template-functions.php @@ -375,7 +375,7 @@ function get_calendar($daylength = 1) { if ($next) { echo "\n\t\t".'' . substr($month[zeroise($next->month, 2)], 0, 3) . ' »'; } else { echo "\n\t\t".' ';