Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

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

    r25429 r26868  
    1414 * Retrieve the author of the current post.
    1515 *
    16  * @since 1.5
     16 * @since 1.5.0
     17 *
    1718 * @uses $authordata The current author's DB object.
    1819 * @uses apply_filters() Calls 'the_author' hook on the author display name.
     
    6970 * Retrieve the author who last edited the current post.
    7071 *
    71  * @since 2.8
     72 * @since 2.8.0
     73 *
    7274 * @uses $post The current post's DB object.
    7375 * @uses get_post_meta() Retrieves the ID of the author who last edited the current post.
     
    9496 * Display the name of the author who last edited the current post.
    9597 *
    96  * @since 2.8
     98 * @since 2.8.0
     99 *
    97100 * @see get_the_author()
    98101 * @return string The author's display name, from get_the_modified_author().
     
    185188 *
    186189 * @link http://codex.wordpress.org/Template_Tags/the_author_link
    187  * @since 2.1
     190 *
     191 * @since 2.1.0
     192 *
    188193 * @uses get_the_author_link()
    189194 */
     
    195200 * Retrieve the number of posts by the author of the current post.
    196201 *
    197  * @since 1.5
     202 * @since 1.5.0
     203 *
    198204 * @uses $post The current post in the Loop's DB object.
    199205 * @uses count_user_posts()
Note: See TracChangeset for help on using the changeset viewer.