Ticket #15413: author-template.patch
| File author-template.patch, 526 bytes (added by chineseleper, 3 years ago) |
|---|
-
wp-includes/author-template.php
232 232 $author_nicename = $user->user_nicename; 233 233 } 234 234 $link = str_replace('%author%', $author_nicename, $link); 235 $link = home_url( ) . trailingslashit($link);235 $link = home_url( trailingslashit($link) ); 236 236 } 237 237 238 238 $link = apply_filters('author_link', $link, $author_id, $author_nicename);
