Changeset 3205
- Timestamp:
- 11/23/2005 06:01:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-author.php
r2943 r3205 14 14 function get_the_author_description() { 15 15 global $authordata; 16 return $authordata-> user_description;16 return $authordata->description; 17 17 } 18 18 function the_author_description() {
Note: See TracChangeset
for help on using the changeset viewer.