Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55307, comment 11


Ignore:
Timestamp:
03/05/2022 08:38:45 PM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55307, comment 11

    initial v1  
    55Then the `WP_Filesystem_FTPext::exists()` returns `! empty( $list );`.
    66
    7 `! false` === `true` === the file exists, so this shouldn't be causing the problem here.
     7`! true` === `false` === the file does not exist, so this is indeed causing a problem here.