Changeset 1203 for trunk/wp-includes/template-functions-author.php
- Timestamp:
- 04/28/2004 07:27:03 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-author.php
r1186 r1203 83 83 84 84 if ('' == $permalink_structure) { 85 $file = get_settings(' siteurl') . '/' . get_settings('blogfilename');85 $file = get_settings('home') . '/' . get_settings('blogfilename'); 86 86 $link = $file.$querystring_start.'author'.$querystring_equal.$auth_ID; 87 87 } else { … … 89 89 // Get any static stuff from the front 90 90 $front = substr($permalink_structure, 0, strpos($permalink_structure, '%')); 91 $link = get_settings(' siteurl') . $front . 'author/';91 $link = get_settings('home') . $front . 'author/'; 92 92 $link .= $author_nicename . '/'; 93 93 }
Note: See TracChangeset
for help on using the changeset viewer.