Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #33058, comment 22


Ignore:
Timestamp:
03/16/2023 11:38:15 PM (2 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33058, comment 22

    v1 v2  
    77> - Some documentation in the FTP `::exists()` methods' docblocks might be a useful addition here to explain the reasoning.
    88
    9 Yep, think so too. At least have to mention that doing `::cwd( $path )` followed by `::exists('')` would return `false` for consistency with the other filesystem methods.
     9Yep, think so too. At least that `::exists( '' )` with empty string will always return `false` for consistency with the other filesystem methods, even when done after successful `::cwd( $path )`.