Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58206, comment 5


Ignore:
Timestamp:
04/27/2023 01:44:36 PM (22 months ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58206, comment 5

    initial v1  
    11+1 on these tickets @spacedmonkey!
     2
     3Patchers: Be careful of loose checks like `if ( strpos() )` and `if ( ! strpos() )`. These should be evaluated for both `str_contains()` and `str_starts_with()` to maintain backward compatibility and prevent possible security regressions.