Closed bobbingwide closed 8 years ago
When a noderef field is both #multiple and #optional and 'None' is selected then the value stored in postmeta is 0. As this is not a valid post ID it should not be included in the list of posts processed by bw_theme_field_noderef.
#multiple
#optional
bw_theme_field_noderef
Note: It's possible for the user to select None and other values. In this case we should simply ignore the None value.
When a noderef field is both
#multiple
and#optional
and 'None' is selected then the value stored in postmeta is 0. As this is not a valid post ID it should not be included in the list of posts processed bybw_theme_field_noderef
.