From 11fb804e98facb5fb4950fd8928ac103df825718 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 22 Nov 2013 00:24:01 +0000 Subject: [PATCH] Correct @return value for wp_credits(). props morganestes. fixes #26150. git-svn-id: https://develop.svn.wordpress.org/trunk@26312 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index 9c64de5679..1ae1546cee 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -18,7 +18,7 @@ $title = __( 'Credits' ); * * @since 3.2.0 * - * @return array A list of all of the contributors. + * @return array|bool A list of all of the contributors, or false on error. */ function wp_credits() { global $wp_version;