Ticket #4393: author-template.phpdoc2.patch
| File author-template.phpdoc2.patch, 655 bytes (added by darkdragon, 4 years ago) |
|---|
-
author-template.php
53 53 /** 54 54 * the_author_description() - Echo the description of the author of the current post in the Loop. 55 55 * 56 * @since 1.0. 156 * @since 1.0.0 57 57 * @see get_the_author_description() 58 58 */ 59 59 function the_author_description() { … … 399 399 /** 400 400 * get_author_name() - Get the specified author's preferred display name. 401 401 * 402 * @since 1.0. 1402 * @since 1.0.0 403 403 * @param int $auth_id The ID of the author. 404 404 * @return string The author's display name. 405 405 */
