Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61895, comment 3


Ignore:
Timestamp:
08/18/2024 11:32:10 PM (5 months ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61895, comment 3

    initial v1  
    33These functions are all documented to only accept strings, so passing anything else is ''doing it wrong''.
    44
    5 These kind of issue need a backtrace and must be fixed at the **source** of the problem, i.e. the function calls passing the incorrect data type. They should **not** be fixed in the ''receiving'' functions.
     5These kind of issues need a backtrace and must be fixed at the **source** of the problem, i.e. the function calls passing the incorrect data type. They should **not** be fixed in the ''receiving'' functions.
    66
    77As you mention GlotPress, I suspect the fixes should be made there and that this ticket should be closed as "not a problem with Core".