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
This commit is contained in:
Sergey Biryukov 2013-11-22 00:24:01 +00:00
parent 5667f2459e
commit 11fb804e98
1 changed files with 1 additions and 1 deletions

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;