Revert [23394] until there is a consensus on target="_blank" (or not) for these external links. see #20839.

git-svn-id: https://develop.svn.wordpress.org/trunk@24583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2013-07-08 13:04:07 +00:00
parent 77238aa5ee
commit 1c76a5218c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ final class WP_Theme implements ArrayAccess {
static $attr = null;
if ( ! isset( $attr ) )
$attr = esc_attr__( 'Visit author homepage' );
$value = sprintf( '<a href="%1$s" title="%2$s" target="_blank">%3$s</a>', $this->display( 'AuthorURI', true, $translate ), $attr, $value );
$value = sprintf( '<a href="%1$s" title="%2$s">%3$s</a>', $this->display( 'AuthorURI', true, $translate ), $attr, $value );
} elseif ( ! $value ) {
$value = __( 'Anonymous' );
}