From edd0530290e3e2ed08bf968e5d0f2f639129405f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 18 Feb 2013 18:56:51 +0000 Subject: [PATCH] Fix typo in phpdoc. see #23498. git-svn-id: https://develop.svn.wordpress.org/trunk@23448 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/author-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index 1e65baa1e6..1b6a948dc5 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -244,7 +244,7 @@ function get_author_posts_url($author_id, $author_nicename = '') { *
  • optioncount (boolean) (false): Show the count in parenthesis next to the * author's name.
  • *
  • exclude_admin (boolean) (true): Exclude the 'admin' user that is - * installed bydefault.
  • + * installed by default. *
  • show_fullname (boolean) (false): Show their full names.
  • *
  • hide_empty (boolean) (true): Don't show authors without any posts.
  • *
  • feed (string) (''): If isn't empty, show links to author's feeds.