Use EXTR_SKIP when extracting. see #4468
git-svn-id: http://svn.automattic.com/wordpress/trunk@5708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -330,7 +330,7 @@ function wp_get_archives($args = '') {
|
||||
);
|
||||
|
||||
$r = wp_parse_args( $args, $defaults );
|
||||
extract( $r );
|
||||
extract( $r, EXTR_SKIP );
|
||||
|
||||
if ( '' == $type )
|
||||
$type = 'monthly';
|
||||
|
||||
Reference in New Issue
Block a user