Changeset 2241 for trunk/wp-includes/template-functions-author.php
- Timestamp:
- 02/07/2005 09:14:14 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-author.php
r2239 r2241 130 130 if (empty($link)) { 131 131 $file = get_settings('home') . '/'; 132 $link = $file . '?author=' . .$auth_ID;132 $link = $file . '?author=' . $auth_ID; 133 133 } else { 134 134 if ('' == $author_nicename) $author_nicename = $cache_userdata[$author_id]->author_nicename;
Note: See TracChangeset
for help on using the changeset viewer.