We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ede44 commit 3741987Copy full SHA for 3741987
1 file changed
src/wp-includes/author-template.php
@@ -244,8 +244,9 @@ function get_the_author_link( $use_title_attr = true ) {
244
245
$author_url = get_the_author_meta( 'url' );
246
$author_display_name = get_the_author();
247
+
248
/* translators: %s: Author's display name. */
- $author_title = sprintf( __( 'Visit %s’s website' ), $author_display_name );
249
+ $author_title = sprintf( __( 'Visit %s’s website' ), $author_display_name );
250
251
$link = sprintf(
252
'<a href="%1$s"%2$s rel="author external">%3$s</a>',
0 commit comments