From 7f3d0a8af113b263327a9c739a8a4d1efbe13b48 Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@1396 602fd350-edb4-49c9-b593-d223f7449a82 --- 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)) {