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
This commit is contained in:
Sergey Biryukov 2013-11-22 00:25:10 +00:00
parent 79c8d875fa
commit d4a4db64ef

View File

@ -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;