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

See #48303
Built from https://develop.svn.wordpress.org/trunk@47396


git-svn-id: http://core.svn.wordpress.org/trunk@47183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2020-03-01 10:33:04 +00:00
parent fcff974c33
commit bf8c4ee5c6
2 changed files with 2 additions and 2 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 ) {

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-beta3-47395';
$wp_version = '5.4-beta3-47396';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.