Changeset 28673 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 06/05/2014 04:51:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r28547 r28673 663 663 case 'Author' : 664 664 if ( $this->get('AuthorURI') ) { 665 static $attr = null; 666 if ( ! isset( $attr ) ) 667 $attr = esc_attr__( 'Visit author homepage' ); 668 $value = sprintf( '<a href="%1$s" title="%2$s">%3$s</a>', $this->display( 'AuthorURI', true, $translate ), $attr, $value ); 665 $value = sprintf( '<a href="%1$s">%2$s</a>', $this->display( 'AuthorURI', true, $translate ), $value ); 669 666 } elseif ( ! $value ) { 670 667 $value = __( 'Anonymous' );
Note: See TracChangeset
for help on using the changeset viewer.