diff --git a/php/fields/base.php b/php/fields/base.php index eb503d6..72f2827 100644 --- a/php/fields/base.php +++ b/php/fields/base.php @@ -107,7 +107,7 @@ protected function placeholder() { } protected function placehold( $content ) { - if ( empty( $content ) ) + if ( '' === $content ) $content = $this->placeholder(); return $content;