Changeset 47060 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 01/11/2020 06:30:58 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r47043 r47060 1190 1190 * @param string|array $signatures A Signature provided for the file. 1191 1191 * @param string $filename_for_errors A friendly filename for errors. Optional. 1192 * 1193 * @return bool|WP_Error true on success, false if verification not attempted,or WP_Error describing an error condition.1192 * @return bool|WP_Error True on success, false if verification not attempted, 1193 * or WP_Error describing an error condition. 1194 1194 */ 1195 1195 function verify_file_signature( $filename, $signatures, $filename_for_errors = false ) { … … 1965 1965 * @param string $form_post The URL to post the form to. 1966 1966 * @param string $type Chosen type of filesystem. 1967 * @param bool|WP_Error $error Optional.Whether the current request has failed to connect,1968 * or an error object. Default false.1967 * @param bool|WP_Error $error Whether the current request has failed to connect, 1968 * or an error object. 1969 1969 * @param string $context Full path to the directory that is tested for 1970 1970 * being writable. 1971 1971 * @param bool $allow_relaxed_file_ownership Whether to allow Group/World writable. 1972 * Default false.1973 1972 * @param array $extra_fields Extra POST fields. 1974 1973 */ … … 2093 2092 * @param array $credentials Credentials to connect with. 2094 2093 * @param string $type Chosen filesystem method. 2095 * @param bool|WP_Error $error Error object or status. 2094 * @param bool|WP_Error $error Whether the current request has failed to connect, 2095 * or an error object. 2096 2096 * @param string $context Full path to the directory that is tested for being writable. 2097 2097 */
Note: See TracChangeset
for help on using the changeset viewer.