Make WordPress Core

Changeset 26301


Ignore:
Timestamp:
11/21/2013 03:43:45 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Use correct variable name in _wp_credits_add_profile_link() inline docs.

props morganestes.
fixes #26134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/credits.php

    r25832 r26301  
    5353 *
    5454 * @param string &$display_name The contributor's display name, passed by reference.
    55  * @param string $user_name     The contributor's username.
     55 * @param string $username      The contributor's username.
    5656 * @param string $profiles      URL to the contributor's WordPress.org profile page.
    5757 * @return string A contributor's display name, hyperlinked to a WordPress.org profile page.
Note: See TracChangeset for help on using the changeset viewer.