Make WordPress Core


Ignore:
Timestamp:
12/23/2015 06:30:09 AM (9 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections.

See #32246

File:
1 edited

Legend:

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

    r35885 r36069  
    4949 * @since 3.2.0
    5050 *
    51  * @param string &$display_name The contributor's display name, passed by reference.
     51 * @param string $display_name The contributor's display name, passed by reference.
    5252 * @param string $username      The contributor's username.
    5353 * @param string $profiles      URL to the contributor's WordPress.org profile page.
     
    6363 * @since 3.2.0
    6464 *
    65  * @param string &$data External library data, passed by reference.
     65 * @param string $data External library data, passed by reference.
    6666 */
    6767function _wp_credits_build_object_link( &$data ) {
Note: See TracChangeset for help on using the changeset viewer.