Ugh. I thought I had fixed all of these.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-05-11 04:01:54 +00:00
parent 0b847d9933
commit 492592d5ec

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