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:
parent
5667f2459e
commit
11fb804e98
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user