Opened 18 years ago
Closed 18 years ago
#5752 closed defect (bug) (duplicate)
PHP Notice Cleanup
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | normal | Version: | 2.5 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
A generic ticket for cleaning up the long, long list of PHP notices that pop up when WP_DEBUG is set to TRUE.
Will attach patches as I go.
Attachments (1)
Change History (6)
#2
@
18 years ago
Screw multiple confusing patches. There's one big fat patch removing all PHP notices that I could find in both the main blog and the admin area.
It required a few actual minor code tweaks here and there, so please, someone read over my code to make sure I didn't mess up any logic or anything. :)
*passes out*
#3
@
18 years ago
- Priority changed from normal to low
Oh, I nearly forgot. I didn't touch /wp-admin/dashboard.php as it's a work in progress and things are VERY likely to change I assume code wise, so...
Also, this was done on my local machine which is running PHP 5.2.5, the latest as of this post.
Note: See
TracTickets for help on using
tickets.
Remove all noticed that I could find