Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #57271, comment 93


Ignore:
Timestamp:
03/10/2025 10:18:18 PM (2 months ago)
Author:
Andy Schmidt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57271, comment 93

    v4 v5  
    1919This way, callers could opt to confirm
    2020{{{
    21 $wpdb->mysql_info['matched'] > 1
     21$wpdb->mysql_info['matched'] >= 1
    2222}}}
    2323whenever mysqli_affected_rows === 0, and treat this as an acceptable outcome.