Make WordPress Core


Ignore:
Timestamp:
11/22/2013 12:24:01 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Correct @return value for wp_credits(). props morganestes. fixes #26150.

File:
1 edited

Legend:

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

    r26301 r26312  
    1919 * @since 3.2.0
    2020 *
    21  * @return array A list of all of the contributors.
     21 * @return array|bool A list of all of the contributors, or false on error.
    2222*/
    2323function wp_credits() {
Note: See TracChangeset for help on using the changeset viewer.