Changeset 26868 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r25429 r26868 14 14 * Retrieve the author of the current post. 15 15 * 16 * @since 1.5 16 * @since 1.5.0 17 * 17 18 * @uses $authordata The current author's DB object. 18 19 * @uses apply_filters() Calls 'the_author' hook on the author display name. … … 69 70 * Retrieve the author who last edited the current post. 70 71 * 71 * @since 2.8 72 * @since 2.8.0 73 * 72 74 * @uses $post The current post's DB object. 73 75 * @uses get_post_meta() Retrieves the ID of the author who last edited the current post. … … 94 96 * Display the name of the author who last edited the current post. 95 97 * 96 * @since 2.8 98 * @since 2.8.0 99 * 97 100 * @see get_the_author() 98 101 * @return string The author's display name, from get_the_modified_author(). … … 185 188 * 186 189 * @link http://codex.wordpress.org/Template_Tags/the_author_link 187 * @since 2.1 190 * 191 * @since 2.1.0 192 * 188 193 * @uses get_the_author_link() 189 194 */ … … 195 200 * Retrieve the number of posts by the author of the current post. 196 201 * 197 * @since 1.5 202 * @since 1.5.0 203 * 198 204 * @uses $post The current post in the Loop's DB object. 199 205 * @uses count_user_posts()
Note: See TracChangeset
for help on using the changeset viewer.