Docs: Correct the parameter documentation of the `request_filesystem_credentials` filter.

See #48303

git-svn-id: https://develop.svn.wordpress.org/trunk@47396 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2020-03-01 10:31:31 +00:00
parent 5f23c79b1d
commit ba57b0141c
1 changed files with 1 additions and 1 deletions

View File

@ -1987,8 +1987,8 @@ function request_filesystem_credentials( $form_post, $type = '', $error = false,
* or an error object.
* @param string $context Full path to the directory that is tested for
* being writable.
* @param bool $allow_relaxed_file_ownership Whether to allow Group/World writable.
* @param array $extra_fields Extra POST fields.
* @param bool $allow_relaxed_file_ownership Whether to allow Group/World writable.
*/
$req_cred = apply_filters( 'request_filesystem_credentials', '', $form_post, $type, $error, $context, $extra_fields, $allow_relaxed_file_ownership );
if ( '' !== $req_cred ) {