From d4a4db64efcca1e80182f321ffb3efbfa9a13bb9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 22 Nov 2013 00:25:10 +0000 Subject: [PATCH] Correct @return value for wp_credits(). props morganestes. fixes #26150. Built from https://develop.svn.wordpress.org/trunk@26312 git-svn-id: http://core.svn.wordpress.org/trunk@26216 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 9c64de5679..1ae1546cee 100644 --- a/wp-admin/credits.php +++ b/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;