Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsMeta.php 2 locations

@@ 2025-2026 (lines=2) @@
2022
2023
                $value = '';
2024
2025
                if ( !empty( $pod ) )
2026
                    $value = $pod->field( array( 'name' => $field[ 'name' ], 'in_form' => true ) );
2027
2028
                if ( 'hidden' == $field[ 'type' ] ) {
2029
                    $hidden_fields[] = array(
@@ 1469-1470 (lines=2) @@
1466
1467
                $value = '';
1468
1469
                if ( !empty( $pod ) )
1470
                    $value = $pod->field( array( 'name' => $field[ 'name' ], 'in_form' => true ) );
1471
1472
                if ( !is_object( $tag ) ) {
1473
            ?>