Changeset 11109 for trunk/wp-includes/author-template.php
- Timestamp:
- 04/28/2009 05:58:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r10810 r11109 422 422 '<a href="%1$s" title="%2$s">%3$s</a>', 423 423 get_author_posts_url( $authordata->ID, $authordata->user_nicename ), 424 sprintf( __( 'Posts by %s' ), attr ibute_escape( get_the_author() ) ),424 sprintf( __( 'Posts by %s' ), attr( get_the_author() ) ), 425 425 get_the_author() 426 426 ); … … 545 545 $link = $name; 546 546 } else { 547 $link = '<a href="' . get_author_posts_url($author->ID, $author->user_nicename) . '" title="' . sprintf(__("Posts by %s"), attr ibute_escape($author->display_name)) . '">' . $name . '</a>';547 $link = '<a href="' . get_author_posts_url($author->ID, $author->user_nicename) . '" title="' . sprintf(__("Posts by %s"), attr($author->display_name)) . '">' . $name . '</a>'; 548 548 549 549 if ( (! empty($feed_image)) || (! empty($feed)) ) {
Note: See TracChangeset
for help on using the changeset viewer.