From b59879bc6d64e911317d9aa48fd9062a08569ed5 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: http://core.svn.wordpress.org/trunk@23448 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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.