- prepare for 2.0.36 release

This commit is contained in:
nikitasinelnikov
2019-01-02 10:23:40 +02:00
parent 9a3fceef16
commit b8dc461a48
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1096,7 +1096,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
if ( in_array( $type, array( 'select', 'multiselect' ) ) && isset( $data['custom_dropdown_options_source'] ) && ! empty( $data['custom_dropdown_options_source'] ) ) {
if( function_exists( $data['custom_dropdown_options_source'] ) ){
if ( function_exists( $data['custom_dropdown_options_source'] ) ) {
$arr_options = call_user_func( $data['custom_dropdown_options_source'], $data['parent_dropdown_relationship'] );
}