Changeset 1088 for trunk/wp-includes/template-functions-author.php
- Timestamp:
- 04/17/2004 03:56:23 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-author.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-author.php
r987 r1088 131 131 if (! $hide_empty) echo $name; 132 132 } else { 133 $link = '<a href="' . get_author_link(0, $author->ID, $author->user_nicename) . '" title=" Posts by ' . htmlspecialchars($author->user_nickname) . '">' . stripslashes($name) . '</a>';133 $link = '<a href="' . get_author_link(0, $author->ID, $author->user_nicename) . '" title="' . sprintf(__("Posts by %s"), htmlspecialchars($author->user_nickname)) . '">' . stripslashes($name) . '</a>'; 134 134 135 135 if ( (! empty($feed_image)) || (! empty($feed)) ) {
Note: See TracChangeset
for help on using the changeset viewer.