Changeset 4144 for trunk/wp-includes/author-template.php
- Timestamp:
- 08/30/2006 09:46:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r4140 r4144 175 175 176 176 if ( empty($link) ) { 177 $file = get_ settings('home') . '/';177 $file = get_option('home') . '/'; 178 178 $link = $file . '?author=' . $auth_ID; 179 179 } else { … … 184 184 } 185 185 $link = str_replace('%author%', $author_nicename, $link); 186 $link = get_ settings('home') . trailingslashit($link);186 $link = get_option('home') . trailingslashit($link); 187 187 } 188 188
Note: See TracChangeset
for help on using the changeset viewer.