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:
parent
0b847d9933
commit
492592d5ec
|
@ -313,7 +313,7 @@ function get_archives_link($url, $text, $format = 'html', $before = '', $after =
|
||||||
|
|
||||||
|
|
||||||
function wp_get_archives($args = '') {
|
function wp_get_archives($args = '') {
|
||||||
global $wpdb;
|
global $wpdb, $wp_locale;
|
||||||
|
|
||||||
$defaults = array(
|
$defaults = array(
|
||||||
'type' => 'monthly', 'limit' => '',
|
'type' => 'monthly', 'limit' => '',
|
||||||
|
|
Loading…
Reference in New Issue