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:
parent
32ab5928ef
commit
e6c570e45e
|
@ -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