Changeset 2227 for trunk/wp-includes/template-functions-author.php
- Timestamp:
- 02/06/2005 03:40:08 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-author.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-author.php
r2154 r2227 137 137 } 138 138 139 $link = apply_filters('author_link', $link );139 $link = apply_filters('author_link', $link, $author_id, $author_nicename); 140 140 if ($echo) echo $link; 141 141 return $link;
Note: See TracChangeset
for help on using the changeset viewer.