Opened 4 years ago
Closed 4 years ago
#8707 closed defect (bug) (fixed)
php notices in debug mode for mass post edit
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | General | Version: | 2.7 |
| Severity: | trivial | Keywords: | notice |
| Cc: |
Description
Prevent the use of bulk edit from edit posts view with wp_debug as the resultant page after pressing update then gives
Notice: Undefined index: post_type in wp-admin/includes/post.php on line 231
Notice: Use of undefined constant intval - assumed 'intval' in /wp-admin/includes/post.php on line 239
Warning: Cannot modify header information - headers already sent by (output started at wp-admin/includes/post.php:231) in wp-includes/pluggable.php on line 850
Change History (3)
- Milestone changed from 2.8 to 2.7.1
- Resolution fixed deleted
- Status changed from closed to reopened
Reopen for 2.7
Note: See
TracTickets for help on using
tickets.

(In [10256]) Fix debug notices for bulk edit, fixes #8707 for trunk