Checks for false values inside get_value_as_html
This commit is contained in:
parent
15d91aeed1
commit
fddfc8addd
|
@ -149,6 +149,9 @@ class Item_Metadata_Entity extends Entity {
|
|||
|
||||
$value = $this->get_value();
|
||||
|
||||
if ($value === false)
|
||||
return '';
|
||||
|
||||
$return = '';
|
||||
|
||||
if ( $this->is_multiple() ) {
|
||||
|
|
Loading…
Reference in New Issue