Changeset 24583 for trunk/wp-includes/class-wp-theme.php
- Timestamp:
- 07/08/2013 01:04:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r24229 r24583 653 653 if ( ! isset( $attr ) ) 654 654 $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 ); 656 656 } elseif ( ! $value ) { 657 657 $value = __( 'Anonymous' );
Note: See TracChangeset
for help on using the changeset viewer.