Make WordPress Core


Ignore:
Timestamp:
02/07/2005 09:14:14 AM (20 years ago)
Author:
rboren
Message:

Concatenate this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-author.php

    r2239 r2241  
    130130    if (empty($link)) {
    131131        $file = get_settings('home') . '/';
    132         $link = $file . '?author=' . .$auth_ID;
     132        $link = $file . '?author=' . $auth_ID;
    133133    } else {
    134134        if ('' == $author_nicename) $author_nicename = $cache_userdata[$author_id]->author_nicename;
Note: See TracChangeset for help on using the changeset viewer.