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
This commit is contained in:
parent
6ed7efe416
commit
4de639c01c
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue