Make WordPress Core


Ignore:
Timestamp:
03/01/2020 10:36:38 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Use more specific types in parameter descriptions in place of mixed.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r47219 r47397  
    26462646     * @since 3.0.0
    26472647     *
    2648      * @param mixed $upload_bits_error An array of upload bits data, or a non-array error to return.
     2648     * @param array|string $upload_bits_error An array of upload bits data, or error message to return.
    26492649     */
    26502650    $upload_bits_error = apply_filters(
Note: See TracChangeset for help on using the changeset viewer.