Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46923


Ignore:
Timestamp:
04/15/2019 05:07:42 PM (6 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46923

    • Property Component changed from General to Database
  • Ticket #46923 – Description

    initial v1  
    66}}}
    77
    8 [See `wp-db.php` Line 2477](https://wp-kama.ru/filecode/wp-includes/wp-db.php#L2460-2478)
     8[source:tags/5.1.1/src/wp-includes/wp-db.php?marks=2460-2478#L2455 See `wp-db.php` Line 2477]
    99
    1010I think it is better to delete `$values[ $x ] !== ''` check and return field value as it is if it exists - what is usually meant by NULL in PHP (empty string is not null!).