mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
79c8d875fa
commit
d4a4db64ef
@ -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…
x
Reference in New Issue
Block a user