diff --git a/gp-populate-anything/gppa-remove-default-behavior-using-comma.php b/gp-populate-anything/gppa-remove-default-behavior-using-comma.php new file mode 100644 index 000000000..5903c5207 --- /dev/null +++ b/gp-populate-anything/gppa-remove-default-behavior-using-comma.php @@ -0,0 +1,8 @@ +type !== 'textarea' ) { - return $text_value; - } - return implode( "\n", $array_value ); -}, 11, 3 );