- Issue created by @benjifisher
I think the code comment says it all:
/**
* Serialize array values.
*
* There must be a better way to do this, but it looks as though trying to
* save an array-valued plugin setting fails. Our solution is to serialize the
* settings before saving and unserialize them before using.
*
* Serialize $settings[$key] for each $key in $arraySettingsKeys.
*
* @param array &$settings
* The array of plugin settings.
*
* @see settingsUnserialize()
*/
protected static function settingsSerialize(array &$settings) {
None
None
This change affects how settings are stored, so it will need an update function for existing sites.
Active
1.0
Code