Changeset 11190 for trunk/wp-includes/author-template.php
- Timestamp:
- 05/05/2009 04:28:05 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r11142 r11190 133 133 function the_author_link() { 134 134 if (get_the_author_url()) { 135 echo '<a href="' . get_the_author_url() . '" title="' . sprintf(__("Visit %s 's website"), get_the_author()) . '" rel="external">' . get_the_author() . '</a>';135 echo '<a href="' . get_the_author_url() . '" title="' . sprintf(__("Visit %s’s website"), get_the_author()) . '" rel="external">' . get_the_author() . '</a>'; 136 136 } else { 137 137 the_author();
Note: See TracChangeset
for help on using the changeset viewer.