Changeset 6515
- Timestamp:
- 12/28/2007 09:19:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
Note: See TracChangeset
for help on using the changeset viewer.