Fix some erroneous @param annotations.

See #30799.


git-svn-id: https://develop.svn.wordpress.org/trunk@31219 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-01-16 22:43:13 +00:00
parent 5b7baae907
commit 1d3b42d226
8 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ function get_filesystem_method( $args = array(), $context = false, $allow_relaxe
* @param string $type the chosen Filesystem method in use
* @param boolean $error if the current request has failed to connect
* @param string $context The directory which is needed access to, The write-test will be performed on this directory by get_filesystem_method()
* @param string $extra_fields Extra POST fields which should be checked for to be included in the post.
* @param array $extra_fields Extra POST fields which should be checked for to be included in the post.
* @param bool $allow_relaxed_file_ownership Whether to allow Group/World writable.
* @return boolean False on failure. True on success.
*/