Version 1.0.49

This commit is contained in:
ultimatemember
2015-02-11 00:50:38 +02:00
parent b4f313e8bc
commit 23c30f6a39
17 changed files with 112 additions and 31 deletions
+6
View File
@@ -842,6 +842,12 @@ class UM_Fields {
/* Begin by field type */
switch( $type ) {
/* Default: Integration */
default:
$mode = (isset($this->set_mode))?$this->set_mode:'no_mode';
$output .= apply_filters("um_edit_field_{$mode}_{$type}", $output, $data);
break;
/* Text */
case 'text':