Opened 12 years ago
Closed 12 years ago
#21607 closed defect (bug) (fixed)
post_exists returns 0 and null
Reported by: | barrykooij | Owned by: | barrykooij |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
The function post_exists, located in wp-admin/includes/post.php, returns 0 if the arguments are empty but returns null if the query has no result. Because of this the output of the function can't be strictly checked (===).
Changed the 0 return to null.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
post.php patch