Changeset 45674 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r45590 r45674 51 51 * @since 0.71 52 52 * @see get_the_author() 53 * @link https:// codex.wordpress.org/Template_Tags/the_author53 * @link https://developer.wordpress.org/reference/functions/the_author/ 54 54 * 55 55 * @param string $deprecated Deprecated. … … 247 247 * author's name. 248 248 * 249 * @link https:// codex.wordpress.org/Template_Tags/the_author_link249 * @link https://developer.wordpress.org/reference/functions/the_author_link/ 250 250 * 251 251 * @since 2.1.0 … … 273 273 * Display the number of posts by the author of the current post. 274 274 * 275 * @link https:// codex.wordpress.org/Template_Tags/the_author_posts275 * @link https://developer.wordpress.org/reference/functions/the_author_posts/ 276 276 * @since 0.71 277 277 */ … … 377 377 * List all the authors of the site, with several options available. 378 378 * 379 * @link https:// codex.wordpress.org/Template_Tags/wp_list_authors379 * @link https://developer.wordpress.org/reference/functions/wp_list_authors/ 380 380 * 381 381 * @since 1.2.0
Note: See TracChangeset
for help on using the changeset viewer.