Code Duplication    Length = 2-2 lines in 2 locations

includes/general.php 2 locations

@@ 873-874 (lines=2) @@
870
    if ( ! $is_singular && false !== $tags[ 'filters' ] && 'before' == $tags[ 'filters_location' ] )
871
        echo $pod->filters( $tags[ 'filters' ], $tags[ 'filters_label' ] );
872
873
    if ( ! $is_singular && 0 < $found && true === $tags[ 'pagination' ] && in_array( $tags[ 'pagination_location' ], array( 'before', 'both' ) ) )
874
        echo $pod->pagination( $tags[ 'pagination_label' ] );
875
876
    echo $pod->template( $tags[ 'template' ], $content );
877
@@ 878-879 (lines=2) @@
875
876
    echo $pod->template( $tags[ 'template' ], $content );
877
878
    if ( ! $is_singular && 0 < $found && true === $tags[ 'pagination' ] && in_array( $tags[ 'pagination_location' ], array( 'after', 'both' ) ) )
879
        echo $pod->pagination( $tags[ 'pagination_label' ] );
880
881
    if ( ! $is_singular && false !== $tags[ 'filters' ] && 'after' == $tags[ 'filters_location' ] )
882
        echo $pod->filters( $tags[ 'filters' ], $tags[ 'filters_label' ] );