Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58940, comment 13


Ignore:
Timestamp:
07/31/2023 01:46:40 PM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58940, comment 13

    initial v1  
    1515-----
    1616- Removing `needs-dev-note`, as this isn't a verified bug in Core, and bugs would only really get dev notes if they are actually intentional BC breaks.
    17 - There's no indication that this is a bug introduced in `trunk`/6.3 - removing `trunk` as the `Version` property. [55556] is related to `::exists()` return values, whereas the warnings/fatal error are related to the FTP filesystem connection not being initialized. This makes sense given that the user had no intention of using FTP, hence my suggestions above to use the direct filesystem method and chevk ownership/permissions.
     17- There's no indication that this is a bug introduced in `trunk`/6.3 - removing `trunk` as the `Version` property. [55556] is related to `::exists()` return values, whereas the warnings/fatal error are related to the FTP filesystem connection not being initialized. This makes sense given that the user had no intention of using FTP, hence my suggestions above to use the `direct` filesystem method and check ownership/permissions.