From 4d56083e5fae4b55a36ef5a14b97717522eef1e2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 21 Nov 2013 03:44:10 +0000 Subject: [PATCH] Use correct variable name in _wp_credits_add_profile_link() inline docs. props morganestes. fixes #26134. Built from https://develop.svn.wordpress.org/trunk@26301 git-svn-id: http://core.svn.wordpress.org/trunk@26206 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 059adc7c4f..9c64de5679 100644 --- a/wp-admin/credits.php +++ b/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. */