Changeset 12598 for trunk/wp-includes/author-template.php
- Timestamp:
- 01/04/2010 05:23:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r12584 r12598 210 210 211 211 if ( empty($link) ) { 212 $file = get_option('home') . '/';212 $file = home_url() . '/'; 213 213 $link = $file . '?author=' . $auth_ID; 214 214 } else { … … 219 219 } 220 220 $link = str_replace('%author%', $author_nicename, $link); 221 $link = get_option('home') . trailingslashit($link);221 $link = home_url() . trailingslashit($link); 222 222 } 223 223
Note: See TracChangeset
for help on using the changeset viewer.