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:
parent
5f23c79b1d
commit
ba57b0141c
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user