Changes between Version 7 and Version 8 of Ticket #45206
- Timestamp:
- 10/28/2018 03:39:49 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45206 – Description
v7 v8 13 13 14 14 15 In short, it is incorrect to assume that meta-boxes are always for posts, and that the `args` key is always present, and is an array. (The `is_array( $box['args'] )` check from 2016, r379 13, supports this notion.)15 In short, it is incorrect to assume that meta-boxes are always for posts, and that the `args` key is always present, and is an array. (The `is_array( $box['args'] )` check from 2016, r37972, supports this notion.) 16 16 17 Related to #45112, and https://core.trac.wordpress.org/changeset/43779.17 Related to #45112, and r43779. 18 18 19 19 Patch with a recommended fix imminent.