Changeset 45932 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r45926 r45932 232 232 '<a href="%1$s" title="%2$s" rel="author external">%3$s</a>', 233 233 esc_url( get_the_author_meta( 'url' ) ), 234 /* translators: %s: author's display name*/234 /* translators: %s: Author's display name. */ 235 235 esc_attr( sprintf( __( 'Visit %s’s website' ), get_the_author() ) ), 236 236 get_the_author() … … 300 300 '<a href="%1$s" title="%2$s" rel="author">%3$s</a>', 301 301 esc_url( get_author_posts_url( $authordata->ID, $authordata->user_nicename ) ), 302 /* translators: %s: author's display name*/302 /* translators: %s: Author's display name. */ 303 303 esc_attr( sprintf( __( 'Posts by %s' ), get_the_author() ) ), 304 304 get_the_author() … … 475 475 '<a href="%1$s" title="%2$s">%3$s</a>', 476 476 get_author_posts_url( $author->ID, $author->user_nicename ), 477 /* translators: %s: author's display name*/477 /* translators: %s: Author's display name. */ 478 478 esc_attr( sprintf( __( 'Posts by %s' ), $author->display_name ) ), 479 479 $name
Note: See TracChangeset
for help on using the changeset viewer.