Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsMeta.php 2 locations

@@ 1432-1433 (lines=2) @@
1429
1430
                $value = '';
1431
1432
                if ( !empty( $pod ) )
1433
                    $value = $pod->field( array( 'name' => $field[ 'name' ], 'in_form' => true ) );
1434
1435
                if ( !is_object( $tag ) ) {
1436
            ?>
@@ 1988-1989 (lines=2) @@
1985
1986
                $value = '';
1987
1988
                if ( !empty( $pod ) )
1989
                    $value = $pod->field( array( 'name' => $field[ 'name' ], 'in_form' => true ) );
1990
1991
                if ( 'hidden' == $field[ 'type' ] ) {
1992
                    $hidden_fields[] = array(