#9248 closed defect (bug) (fixed)
'exit' is not a valid callback function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.8 |
| Component: | General | Version: | 2.8 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
This line:
https://core.trac.wordpress.org/browser/trunk/wp-includes/classes.php?rev=10619#L352
Causes a PHP warning because "exit" is a language construct not a function.
More importantly the script probably doesn't exit as desired.
Change History (4)
- Milestone changed from 2.7.2 to 2.8
- Status changed from new to assigned
- Version set to 2.8
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

I thought I tested that case :-(