Ticket #25398: 25398.patch
File 25398.patch, 429 bytes (added by , 11 years ago) |
---|
-
wp-includes/general-template.php
602 602 } 603 603 604 604 // If there's an author 605 if ( is_author() ) {605 if ( is_author() && ! is_post_type_archive() ) { 606 606 $author = get_queried_object(); 607 607 if ( $author ) 608 608 $title = $author->display_name;