#1912 closed defect (bug) (fixed)
Postmeta Values may not be literal zeroes
| Reported by: | skippy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | major | Keywords: | postmeta metavalue bg|has-patch bg|commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3221]) Allow 0 for postmeta, fixes #1912