- Timestamp:
- 01/29/2020 12:43:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-automatic-upgrader-skin.php
r46597 r47122 42 42 $this->options['context'] = $context; 43 43 } 44 // TODO: fix up request_filesystem_credentials(), or split it, to allow us to request a no-output version 45 // This will output a credentials form in event of failure, We don't want that, so just hide with a buffer 44 /* 45 * TODO: Fix up request_filesystem_credentials(), or split it, to allow us to request a no-output version. 46 * This will output a credentials form in event of failure. We don't want that, so just hide with a buffer. 47 */ 46 48 ob_start(); 47 49 $result = parent::request_filesystem_credentials( $error, $context, $allow_relaxed_file_ownership );
Note: See TracChangeset
for help on using the changeset viewer.