From 4de639c01cd14f43114b99dabd9d49116be65e61 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 21 Nov 2013 03:43:45 +0000 Subject: [PATCH] Use correct variable name in _wp_credits_add_profile_link() inline docs. props morganestes. fixes #26134. git-svn-id: https://develop.svn.wordpress.org/trunk@26301 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index 059adc7c4f..9c64de5679 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -52,7 +52,7 @@ function wp_credits() { * @since 3.2.0 * * @param string &$display_name The contributor's display name, passed by reference. - * @param string $user_name The contributor's username. + * @param string $username The contributor's username. * @param string $profiles URL to the contributor's WordPress.org profile page. * @return string A contributor's display name, hyperlinked to a WordPress.org profile page. */