Remove redundancy. see #14288.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-12-14 19:47:09 +00:00
parent ec858cde06
commit dd82562191
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ function redirect_canonical( $requested_url = null, $do_redirect = true ) {
if ( !empty( $addl_path ) )
$redirect['path'] = trailingslashit($redirect['path']) . $addl_path;
$redirect_url = $redirect['scheme'] . '://' . $redirect['host'] . $redirect['path'];
$redirect['path'] = $redirect['path'];
}
}