Make WordPress Core


Ignore:
Timestamp:
07/08/2013 01:04:07 PM (12 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-theme.php

    r24229 r24583  
    653653                    if ( ! isset( $attr ) )
    654654                        $attr = esc_attr__( 'Visit author homepage' );
    655                     $value = sprintf( '<a href="%1$s" title="%2$s" target="_blank">%3$s</a>', $this->display( 'AuthorURI', true, $translate ), $attr, $value );
     655                    $value = sprintf( '<a href="%1$s" title="%2$s">%3$s</a>', $this->display( 'AuthorURI', true, $translate ), $attr, $value );
    656656                } elseif ( ! $value ) {
    657657                    $value = __( 'Anonymous' );
Note: See TracChangeset for help on using the changeset viewer.