From e6c570e45ec759110496d62bd4a751483320d367 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: https://develop.svn.wordpress.org/trunk@5450 602fd350-edb4-49c9-b593-d223f7449a82 --- 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' => '',