Make WordPress Core


Ignore:
Timestamp:
01/16/2015 10:43:13 PM (10 years ago)
Author:
wonderboymusic
Message:

Fix some erroneous @param annotations.

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r31212 r31219  
    978978 * @param boolean $error if the current request has failed to connect
    979979 * @param string $context The directory which is needed access to, The write-test will be performed on this directory by get_filesystem_method()
    980  * @param string $extra_fields Extra POST fields which should be checked for to be included in the post.
     980 * @param array $extra_fields Extra POST fields which should be checked for to be included in the post.
    981981 * @param bool $allow_relaxed_file_ownership Whether to allow Group/World writable.
    982982 * @return boolean False on failure. True on success.
Note: See TracChangeset for help on using the changeset viewer.