Make WordPress Core


Ignore:
Timestamp:
09/21/2019 05:40:58 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Docblock corrections and improvements, mostly related to various pre_* filters.

See #47110

File:
1 edited

Legend:

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

    r46230 r46232  
    853853         * @since 4.9.0
    854854         *
    855          * @param string $move_new_file If null (default) move the file after the upload.
    856          * @param string $file          An array of data for a single file.
    857          * @param string $new_file      Filename of the newly-uploaded file.
    858          * @param string $type          File type.
     855         * @param mixed    $move_new_file If null (default) move the file after the upload.
     856         * @param string[] $file          An array of data for a single file.
     857         * @param string   $new_file      Filename of the newly-uploaded file.
     858         * @param string   $type          File type.
    859859         */
    860860        $move_new_file = apply_filters( 'pre_move_uploaded_file', null, $file, $new_file, $type );
Note: See TracChangeset for help on using the changeset viewer.