@@ 3614-3616 (lines=3) @@ | ||
3611 | $css_classes[] = 'pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_v ) ) ); |
|
3612 | } |
|
3613 | } |
|
3614 | else { |
|
3615 | $css_classes[] = ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_val ) ) ); |
|
3616 | } |
|
3617 | } |
|
3618 | } |
|
3619 | else { |
|
@@ 3619-3621 (lines=3) @@ | ||
3616 | } |
|
3617 | } |
|
3618 | } |
|
3619 | else { |
|
3620 | $css_classes[] = ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_value ) ) ); |
|
3621 | } |
|
3622 | } |
|
3623 | ||
3624 | if ( is_object( $this->pod ) ) |