Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10678 closed defect (bug) (fixed)

array_map callback should be in quotes

Reported by: harrym's profile harrym Owned by:
Milestone: 2.9 Priority: low
Severity: normal Version: 2.8.4
Component: Quick/Bulk Edit Keywords:
Focuses: Cc:

Description

At line 249 in /wp-admin/includes/post.php, the callback (absint) should be in quotes. It currently generates a notice before headers are emitted, breaking the page when E_NOTICE is enabled.

Change History (3)

#1 @azaozz
15 years ago

  • Component changed from Administration to Quick Edit
  • Keywords bulk_edit_posts removed
  • Milestone changed from Unassigned to 2.9
  • Version set to 2.8.4

#2 @azaozz
15 years ago

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

(In [11872]) Fix notice in wp-admin/includes/post.php, props harrym, fixes #10678 for 2.8

#3 @azaozz
15 years ago

In [11871] for trunk

Note: See TracTickets for help on using tickets.