Changes between Initial Version and Version 1 of Ticket #46923
- Timestamp:
- 04/15/2019 05:07:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46923
-
Property
Component
changed from
General
toDatabase
-
Property
Component
changed from
-
Ticket #46923 – Description
initial v1 6 6 }}} 7 7 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] 9 9 10 10 I 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!).