Dominik Schilling 4f3fb2315d Customize Widgets: Improve sync logic for select[multiple] inputs.
The current logic doesn't account for the special case of `select[multiple]` inputs which lack a single value to synchronize: The value to synchronize is an array of zero or more values.
This change replaces `_getInputStatePropertyName()` with `_getInputState()`, which returns the state for an input depending on its type, and `_setInputState()`, which updates an input's state based on its type.

props westonruter.
fixes #31885.
Built from https://develop.svn.wordpress.org/trunk@32012


git-svn-id: http://core.svn.wordpress.org/trunk@31991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-04-04 16:34:26 +00:00
..
2015-03-16 20:51:26 +00:00
2015-03-16 20:51:26 +00:00
2015-03-11 19:12:28 +00:00
2015-03-11 19:12:28 +00:00
2013-11-19 11:10:09 +00:00
2013-11-15 05:16:09 +00:00
2013-12-05 22:01:10 +00:00