Changeset 47060 for trunk/src/wp-admin/includes/class-wp-upgrader-skin.php
- Timestamp:
- 01/11/2020 06:30:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skin.php
r46597 r47060 82 82 * for being writable. Default empty. 83 83 * @param bool $allow_relaxed_file_ownership Optional. Whether to allow Group/World writable. Default false. 84 * @return bool False on failure, true on success.84 * @return bool True on success, false on failure. 85 85 */ 86 86 public function request_filesystem_credentials( $error = false, $context = '', $allow_relaxed_file_ownership = false ) {
Note: See TracChangeset
for help on using the changeset viewer.