Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49403, comment 4


Ignore:
Timestamp:
02/17/2020 03:14:37 PM (5 years ago)
Author:
shadowlmd
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49403, comment 4

    initial v1  
    2626}}}
    2727
    28 Test $wp_file_owner === $temp_file_owner will obviously fail because created file will be owned by www-data and __FILE__ will be owned by user. This is a common configuration and definitely not a reason to require FTP permissions.
     28Test $wp_file_owner === $temp_file_owner will obviously fail because created file will be owned by www-data and __FILE__ will be owned by user. This is a common configuration and definitely not a reason to fallback to FTP.