Ticket #15046: author-template_get_the_author_meta.patch
| File author-template_get_the_author_meta.patch, 594 bytes (added by , 16 years ago) |
|---|
-
wp-includes/author-template.php
204 204 $link = sprintf( 205 205 '<a href="%1$s" title="%2$s">%3$s</a>', 206 206 get_author_posts_url( $authordata->ID, $authordata->user_nicename ), 207 esc_attr( sprintf( __( 'Posts by %s' ), get_the_author () )),207 esc_attr( sprintf( __( 'Posts by %s' ), get_the_author_meta('display_name') )), 208 208 get_the_author() 209 209 ); 210 210 echo apply_filters( 'the_author_posts_link', $link );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)