From 2e544d32b631503fe9aef7bd3dd5bbfe630ecce9 Mon Sep 17 00:00:00 2001 From: rboren Date: Wed, 9 Jun 2004 20:35:58 +0000 Subject: [PATCH] Global $m in wp_title() so that date archive titles are displayed correctly. git-svn-id: http://svn.automattic.com/wordpress/trunk@1396 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-general.php b/wp-includes/template-functions-general.php index cbf0e753b1..43c34c3674 100644 --- a/wp-includes/template-functions-general.php +++ b/wp-includes/template-functions-general.php @@ -67,7 +67,7 @@ function get_bloginfo($show='') { function wp_title($sep = '»', $display = true) { global $wpdb; - global $year, $monthnum, $day, $cat, $p, $name, $month, $posts, $single; + global $m, $year, $monthnum, $day, $cat, $p, $name, $month, $posts, $single; // If there's a category if(!empty($cat)) {