Make WordPress Core

Changes between Initial Version and Version 6 of Ticket #45206


Ignore:
Timestamp:
10/28/2018 03:27:35 PM (5 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45206

    • Property Component changed from General to Options, Meta APIs
    • Property Milestone changed from Awaiting Review to 5.0
  • Ticket #45206 – Description

    initial v6  
    1515In 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.)
    1616
    17 Related to #45112, and r43608.
     17Related to #45112, and https://develop.svn.wordpress.org/branches/5.0@43779.
    1818
    1919Patch with a recommended fix imminent.