- Timestamp:
- 10/26/2019 11:14:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-automatic-upgrader-skin.php
r46125 r46597 31 31 * @see request_filesystem_credentials() 32 32 * 33 * @param bool $error Optional. Whether the current request has failed to connect.34 * Default false.35 * @param string $context Optional. Full path to the directory that is tested36 * for being writable. Default empty.37 * @param bool $allow_relaxed_file_ownership Optional. Whether to allow Group/World writable. Default false.33 * @param bool|WP_Error $error Optional. Whether the current request has failed to connect, 34 * or an error object. Default false. 35 * @param string $context Optional. Full path to the directory that is tested 36 * for being writable. Default empty. 37 * @param bool $allow_relaxed_file_ownership Optional. Whether to allow Group/World writable. Default false. 38 38 * @return bool True on success, false on failure. 39 39 */
Note: See TracChangeset
for help on using the changeset viewer.