Changeset 2858
- Timestamp:
- 09/08/2005 09:18:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-author.php
r2637 r2858 3 3 function get_the_author($idmode = '') { 4 4 global $authordata; 5 return $authordata->display_name;5 return apply_filters('the_author', $authordata->display_name); 6 6 } 7 7
Note: See TracChangeset
for help on using the changeset viewer.