Changeset 6515
- Timestamp:
- 12/28/07 21:19:44 (6 months ago)
- Files:
-
- trunk/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/author-template.php
r6479 r6515 25 25 * the_author() - Echo the name of the author of the current post in the Loop. 26 26 * 27 * The behavior of this function is based off of old functionality predating get_the_author(). 28 * This function is not deprecated, but is designed to echo the value from get_the_author() 29 * and as an result of any old theme that might still use the old behavior will also 30 * pass the value from get_the_author(). 31 * 32 * The normal, expected behavior of this function is to echo the author and not return it. 33 * However, backwards compatiability has to be maintained. 34 * 27 35 * @since 0.71 28 36 * @see get_the_author() 29 * @deprecated Use get_the_author()30 37 * 31 38 * @param string $deprecated Deprecated.
