From 492592d5ec9f2a94d4859022f3bb39b269bc9de0 Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 11 May 2007 04:01:54 +0000 Subject: [PATCH] Ugh. I thought I had fixed all of these. git-svn-id: http://svn.automattic.com/wordpress/trunk@5450 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index ea1c7f5fd6..3610bbb529 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -313,7 +313,7 @@ function get_archives_link($url, $text, $format = 'html', $before = '', $after = function wp_get_archives($args = '') { - global $wpdb; + global $wpdb, $wp_locale; $defaults = array( 'type' => 'monthly', 'limit' => '',