Ticket #1531: template-functions-author.php2.diff
| File template-functions-author.php2.diff, 519 bytes (added by , 21 years ago) |
|---|
-
template-functions-author.php
2 2 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 8 8 function the_author($idmode = '', $echo = true) { … … 208 208 } 209 209 } 210 210 211 ?> 212 No newline at end of file 211 ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)