Index: template-functions-author.php
===================================================================
--- template-functions-author.php	(revision 2837)
+++ template-functions-author.php	(working copy)
@@ -2,7 +2,7 @@
 
 function get_the_author($idmode = '') {
     global $authordata;
-    return $authordata->display_name;
+    return apply_filters('the_author', $authordata->display_name);
 }
 
 function the_author($idmode = '', $echo = true) {
@@ -208,4 +208,4 @@
     }
 }
 
-?>
\ No newline at end of file
+?>
