Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58467, comment 7


Ignore:
Timestamp:
06/21/2023 11:44:22 AM (18 months ago)
Author:
spacedmonkey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58467, comment 7

    initial v1  
    1 @oandregal Do you mind changing `0 === strpos( $value, $prefix )` to `str_contains`? We are trying to get rid of usage of `strpos`. See #58206.
     1@oandregal Do you mind changing `0 === strpos( $value, $prefix )` to `str_starts_with`? We are trying to get rid of usage of `strpos`. See #58012.
    22
    33CC @SergeyBiryukov