Ticket #8707 (closed defect (bug): fixed)

Opened 3 years ago

Last modified 3 years ago

php notices in debug mode for mass post edit

Reported by: mrmist Owned by: anonymous
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

  • Status changed from new to closed
  • Resolution set to fixed

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

  • Status changed from closed to reopened
  • Resolution fixed deleted
  • Milestone changed from 2.8 to 2.7.1

Reopen for 2.7

  • Status changed from reopened to closed
  • Resolution set to fixed

(In [10257]) Fix debug notices for bulk edit, fixes #8707 for 2.7

Note: See TracTickets for help on using tickets.