Changeset 6479
- Timestamp:
- 12/24/07 06:57:34 (1 year ago)
- Files:
-
- trunk/wp-includes/author-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/author-template.php
r6395 r6479 54 54 * the_author_description() - Echo the description of the author of the current post in the Loop. 55 55 * 56 * @since 1.0. 156 * @since 1.0.0 57 57 * @see get_the_author_description() 58 58 */ … … 400 400 * get_author_name() - Get the specified author's preferred display name. 401 401 * 402 * @since 1.0. 1402 * @since 1.0.0 403 403 * @param int $auth_id The ID of the author. 404 404 * @return string The author's display name.
