Changeset 8742 for trunk/wp-includes/author-template.php
- Timestamp:
- 08/27/2008 06:45:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r8149 r8742 382 382 * 383 383 * @link http://codex.wordpress.org/Template_Tags/the_author_posts_link 384 * @since 1.2 384 * @since 1.2.0 385 385 * @uses $authordata The current author's DB object. 386 386 * @uses get_author_posts_url() … … 401 401 * Retrieve the URL to the author page of the author of the current post. 402 402 * 403 * @since 2.1 403 * @since 2.1.0 404 404 * @uses $wp_rewrite WP_Rewrite 405 405 * @return string The URL to the author's page. … … 454 454 * 455 455 * @link http://codex.wordpress.org/Template_Tags/wp_list_authors 456 * @since 1.2 456 * @since 1.2.0 457 457 * @param array $args The argument array. 458 458 * @return null|string The output, if echo is set to false.
Note: See TracChangeset
for help on using the changeset viewer.