mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user