mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Use more specific types in parameter descriptions in place of mixed.
See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2645,7 +2645,7 @@ function wp_upload_bits( $name, $deprecated, $bits, $time = null ) {
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param mixed $upload_bits_error An array of upload bits data, or a non-array error to return.
|
||||
* @param array|string $upload_bits_error An array of upload bits data, or error message to return.
|
||||
*/
|
||||
$upload_bits_error = apply_filters(
|
||||
'wp_upload_bits',
|
||||
|
||||
Reference in New Issue
Block a user