Changeset 6479

Show
Ignore:
Timestamp:
12/24/07 06:57:34 (1 year ago)
Author:
westi
Message:

Update @since information. Fixes #4393 props darkdragon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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.