Code Duplication    Length = 2-2 lines in 2 locations

includes/general.php 2 locations

@@ 934-935 (lines=2) @@
931
    if ( ! $is_singular && false !== $tags[ 'filters' ] && 'before' == $tags[ 'filters_location' ] )
932
        echo $pod->filters( $tags[ 'filters' ], $tags[ 'filters_label' ] );
933
934
    if ( ! $is_singular && 0 < $found && true === $tags[ 'pagination' ] && in_array( $tags[ 'pagination_location' ], array( 'before', 'both' ) ) )
935
        echo $pod->pagination( $tags[ 'pagination_label' ] );
936
937
    echo $pod->template( $tags[ 'template' ], $content );
938
@@ 939-940 (lines=2) @@
936
937
    echo $pod->template( $tags[ 'template' ], $content );
938
939
    if ( ! $is_singular && 0 < $found && true === $tags[ 'pagination' ] && in_array( $tags[ 'pagination_location' ], array( 'after', 'both' ) ) )
940
        echo $pod->pagination( $tags[ 'pagination_label' ] );
941
942
    if ( ! $is_singular && false !== $tags[ 'filters' ] && 'after' == $tags[ 'filters_location' ] )
943
        echo $pod->filters( $tags[ 'filters' ], $tags[ 'filters_label' ] );