Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58988, comment 2


Ignore:
Timestamp:
06/02/2024 10:05:46 PM (12 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58988, comment 2

    initial v1  
    1 Thanks for the ticket and the patch! As noted above, a PR on the other ticket should already cover this.
     1Thanks for the ticket and the patch! As noted above, the PR on the other ticket should already cover this.
    22
    33Some of these changes would need double-checking, as the values passed in `$_GET` or `$_POST` arrays are strings, so for example `1 === $_GET['test']` or `1 === $_POST['delete']` might not work as expected.