Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#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)

zero-postmeta-value.diff (730 bytes ) - added by skippy 21 years ago.

Download all attachments as: .zip

Change History (3)

#1 @matt
21 years ago

  • Resolutionfixed
  • Status newclosed

(In [3221]) Allow 0 for postmeta, fixes #1912

#2 @(none)
20 years ago

  • Milestone 2.0

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.