Ugh. I thought I had fixed all of these.

git-svn-id: https://develop.svn.wordpress.org/trunk@5450 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-05-11 04:01:54 +00:00
parent 32ab5928ef
commit e6c570e45e
1 changed files with 1 additions and 1 deletions

View File

@ -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' => '',