Changes between Version 6 and Version 7 of Ticket #45206
- Timestamp:
- 10/28/2018 03:29:19 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45206 – Description
v6 v7 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 https:// develop.svn.wordpress.org/branches/5.0@43779.17 Related to #45112, and https://core.trac.wordpress.org/changeset/43779. 18 18 19 19 Patch with a recommended fix imminent.