Changes between Initial Version and Version 6 of Ticket #45206
- Timestamp:
- 10/28/2018 03:27:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45206
-
Property
Component
changed from
General
toOptions, Meta APIs
-
Property
Milestone
changed from
Awaiting Review
to5.0
-
Property
Component
changed from
-
Ticket #45206 – Description
initial v6 15 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, r37913, supports this notion.) 16 16 17 Related to #45112, and r43608.17 Related to #45112, and https://develop.svn.wordpress.org/branches/5.0@43779. 18 18 19 19 Patch with a recommended fix imminent.