Skip to content

Commit

Permalink
fix function documentation #87
Browse files Browse the repository at this point in the history
  • Loading branch information
markkap committed Feb 8, 2019
1 parent 44eb5c9 commit 46ad6c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/author-template.php
Expand Up @@ -354,7 +354,6 @@ function get_author_posts_url( $author_id, $author_nicename = '' ) {
* will be separated by commas.
* @type bool $html Whether to list the items in HTML form or plaintext. Default true.
* @type array|string $exclude Array or comma/space-separated list of author IDs to exclude. Default empty.
* @type array|string $include Array or comma/space-separated list of author IDs to include. Default empty.
* }
* @return string|void The output, if echo is set to false.
*/
Expand Down

0 comments on commit 46ad6c0

Please sign in to comment.