Ticket #4393: author-template.phpdoc2.patch

File author-template.phpdoc2.patch, 655 bytes (added by darkdragon, 4 years ago)

Fixes @since information based off of new source.

  • author-template.php

     
    5353/** 
    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 */ 
    5959function the_author_description() { 
     
    399399/** 
    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. 
    405405 */