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:
ryan
2007-06-14 22:45:40 +00:00
parent 7f44512c5d
commit 9d3d20f063
15 changed files with 33 additions and 33 deletions

View File

@@ -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';