Changeset 23394 for trunk/wp-includes/class-wp-theme.php
- Timestamp:
- 02/08/2013 04:20:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r23117 r23394 652 652 if ( ! isset( $attr ) ) 653 653 $attr = esc_attr__( 'Visit author homepage' ); 654 $value = sprintf( '<a href="%1$s" title="%2$s" >%3$s</a>', $this->display( 'AuthorURI', true, $translate ), $attr, $value );654 $value = sprintf( '<a href="%1$s" title="%2$s" target="_blank">%3$s</a>', $this->display( 'AuthorURI', true, $translate ), $attr, $value ); 655 655 } elseif ( ! $value ) { 656 656 $value = __( 'Anonymous' );
Note: See TracChangeset
for help on using the changeset viewer.