Changeset 56175 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/09/2023 07:54:42 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r56171 r56175 851 851 } 852 852 853 // Allow relaxed file ownership writes for User-initiated upgrades when the API specifies 854 // that it's safe to do so. This only happens when there are no new files to create. 853 /* 854 * Allow relaxed file ownership writes for User-initiated upgrades when the API specifies 855 * that it's safe to do so. This only happens when there are no new files to create. 856 */ 855 857 $allow_relaxed_file_ownership = ! $reinstall && isset( $update->new_files ) && ! $update->new_files; 856 858
Note: See TracChangeset
for help on using the changeset viewer.