Opened 14 years ago
Closed 14 years ago
#21607 closed defect (bug) (fixed)
post_exists returns 0 and null
| Reported by: | barrykooij | Owned by: | barrykooij |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | General | Version: | 3.4.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
post.php patch