#1912 closed defect (bug) (fixed)
Postmeta Values may not be literal zeroes
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | major | Version: | 1.6 |
| Component: | Administration | Keywords: | postmeta metavalue bg|has-patch bg|commit |
| Focuses: | Cc: |
Description
The add_meta() function uses a simple if !empty($metavalue) check to determine whether a meta value has been supplied. empty() treats zeroes as false, so a literal zero as a postmeta value fails. The attached patch fixes it. The patch DOES NOT allow a zero for a postmeta key.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [3221]) Allow 0 for postmeta, fixes #1912