User correct var. Props nacin. fixes #12066

git-svn-id: http://svn.automattic.com/wordpress/trunk@12889 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-01-28 17:30:50 +00:00
parent 394eba5eb1
commit 59e57dd6af
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ function redirect_canonical($requested_url=null, $do_redirect=true) {
} elseif ( is_author() && !empty($_GET['author']) && preg_match( '|^[0-9]+$|', $_GET['author'] ) ) {
$author = get_userdata(get_query_var('author'));
if ( false !== $author && $redirect_url = get_author_posts_url($author->ID, $author->user_nicename) )
$redirect['query'] = remove_query_arg('author', $redirect['author']);
$redirect['query'] = remove_query_arg('author', $redirect['query']);
}
// paging and feeds