- fixed small notices;

This commit is contained in:
nikitozzzzzzz
2018-09-27 23:30:34 +03:00
parent d9f75f7db0
commit 202bf57c53
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -2493,7 +2493,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
}
if( ! empty( $placeholder ) ) {
if ( ! empty( $placeholder ) && is_string( $placeholder ) ) {
$placeholder = strip_tags( $placeholder );
}