Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsMeta.php 2 locations

@@ 1558-1559 (lines=2) @@
1555
1556
                $value = '';
1557
1558
                if ( !empty( $pod ) )
1559
                    $value = $pod->field( array( 'name' => $field[ 'name' ], 'in_form' => true ) );
1560
1561
                if ( !is_object( $tag ) ) {
1562
            ?>
@@ 2111-2112 (lines=2) @@
2108
2109
                $value = '';
2110
2111
                if ( !empty( $pod ) )
2112
                    $value = $pod->field( array( 'name' => $field[ 'name' ], 'in_form' => true ) );
2113
2114
                if ( 'hidden' == $field[ 'type' ] ) {
2115
                    $hidden_fields[] = array(