Make WordPress Core


Ignore:
Timestamp:
12/24/2007 06:57:34 AM (17 years ago)
Author:
westi
Message:

Update @since information. Fixes #4393 props darkdragon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/author-template.php

    r6395 r6479  
    5454 * the_author_description() - Echo the description of the author of the current post in the Loop.
    5555 *
    56  * @since 1.0.1
     56 * @since 1.0.0
    5757 * @see get_the_author_description()
    5858 */
     
    400400 * get_author_name() - Get the specified author's preferred display name.
    401401 *
    402  * @since 1.0.1
     402 * @since 1.0.0
    403403 * @param int $auth_id The ID of the author.
    404404 * @return string The author's display name.
Note: See TracChangeset for help on using the changeset viewer.