wp-includes/author-template.php:287Displays either author's link or author's name.
$use_title_attrbooloptionaltruefunction the_author_link( $use_title_attr = true ) { echo get_the_author_link( $use_title_attr );}Introduced in 2.1.0. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$use_title_attr added.verified against sourcesrc/wp-includes/author-template.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.