Changes between Initial Version and Version 1 of Ticket #37298, comment 1
- Timestamp:
- 07/07/2016 12:39:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37298, comment 1
initial v1 1 1 This seems to be a symptom of a larger issue as I am seeing this with a fresh blank install of the nightly build. Can you try the attached diff file and see if that fixes your issue too? After fixing the issue I saw which was the same thing), I could not replicate your issue. 2 3 Commit Message --- 4 5 Menu: Fix blank screen. 6 7 The meta boxes tries to assign a widget title based on the array key and only checks if the value isset, which does not validate as false when the item is an object. This checks to makes sure the item we check against is an array first. 8 9 10 Fixes #37298.