Changeset 12012
- Timestamp:
- 10/08/2009 09:04:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r11849 r12012 179 179 function the_author_posts_link($deprecated = '') { 180 180 global $authordata; 181 printf(181 $link = sprintf( 182 182 '<a href="%1$s" title="%2$s">%3$s</a>', 183 183 get_author_posts_url( $authordata->ID, $authordata->user_nicename ), … … 185 185 get_the_author() 186 186 ); 187 echo apply_filters( 'the_author_posts_link', $link ); 187 188 } 188 189
Note: See TracChangeset
for help on using the changeset viewer.