- fields translations;

This commit is contained in:
nikitozzzzzzz
2018-10-17 10:47:03 +03:00
parent 8fdd9d3f24
commit 17fdaaefea
2 changed files with 38 additions and 31 deletions
+2
View File
@@ -1161,6 +1161,8 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
* ?>
*/
$label = apply_filters( 'um_change_field_label', $label, $key );
$label = sprintf( __( '%s', 'ultimate-member' ), $label );
return $label;
}