Make WordPress Core


Ignore:
Timestamp:
02/06/2005 03:40:08 AM (21 years ago)
Author:
rboren
Message:

Correctly add args to strings that contain only a query string and not a full URI.

File:
1 edited

Legend:

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

    r2154 r2227  
    137137    }
    138138
    139         $link = apply_filters('author_link', $link);
     139        $link = apply_filters('author_link', $link, $author_id, $author_nicename);
    140140    if ($echo) echo $link;
    141141    return $link;
Note: See TracChangeset for help on using the changeset viewer.