Code Duplication    Length = 3-3 lines in 2 locations

classes/PodsUI.php 2 locations

@@ 3594-3596 (lines=3) @@
3591
													$css_classes[] = 'pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_v ) ) );
3592
												}
3593
											}
3594
											else {
3595
												$css_classes[] = ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_val ) ) );
3596
											}
3597
										}
3598
									}
3599
									else {
@@ 3599-3601 (lines=3) @@
3596
											}
3597
										}
3598
									}
3599
									else {
3600
										$css_classes[] = ' pods-ui-css-value-' . sanitize_title( str_replace( array( "\n", "\r" ), ' ', strip_tags( (string) $css_field_value ) ) );
3601
									}
3602
								}
3603
3604
                                if ( is_object( $this->pod ) )