Make WordPress Core

Changeset 47396


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

Docs: Correct the parameter documentation of the request_filesystem_credentials filter.

See #48303

File:
1 edited

Legend:

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

    r47330 r47396  
    19881988     * @param string        $context                      Full path to the directory that is tested for
    19891989     *                                                    being writable.
     1990     * @param array         $extra_fields                 Extra POST fields.
    19901991     * @param bool          $allow_relaxed_file_ownership Whether to allow Group/World writable.
    1991      * @param array         $extra_fields                 Extra POST fields.
    19921992     */
    19931993    $req_cred = apply_filters( 'request_filesystem_credentials', '', $form_post, $type, $error, $context, $extra_fields, $allow_relaxed_file_ownership );
Note: See TracChangeset for help on using the changeset viewer.