Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsMeta.php 2 locations

@@ 1544-1545 (lines=2) @@
1541
1542
                $value = '';
1543
1544
                if ( !empty( $pod ) )
1545
                    $value = $pod->field( array( 'name' => $field[ 'name' ], 'in_form' => true ) );
1546
1547
                if ( !is_object( $tag ) ) {
1548
            ?>
@@ 2100-2101 (lines=2) @@
2097
2098
                $value = '';
2099
2100
                if ( !empty( $pod ) )
2101
                    $value = $pod->field( array( 'name' => $field[ 'name' ], 'in_form' => true ) );
2102
2103
                if ( 'hidden' == $field[ 'type' ] ) {
2104
                    $hidden_fields[] = array(