Make WordPress Core

Ticket #26150: 26150.diff

File 26150.diff, 402 bytes (added by morganestes, 13 years ago)
  • wp-admin/credits.php

     
    1818 *
    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() {
    2424        global $wp_version;