Code Duplication    Length = 2-2 lines in 3 locations

includes/general.php 3 locations

@@ 1803-1804 (lines=2) @@
1800
    elseif ( 'term' == $object_type )
1801
        $object_type = 'taxonomy';
1802
1803
    if ( !empty( PodsInit::$no_conflict ) && isset( PodsInit::$no_conflict[ $object_type ] ) && !empty( PodsInit::$no_conflict[ $object_type ] ) )
1804
        return true;
1805
1806
    return false;
1807
}
@@ 1826-1827 (lines=2) @@
1823
    elseif ( 'term' == $object_type )
1824
        $object_type = 'taxonomy';
1825
1826
    if ( !empty( PodsInit::$no_conflict ) && isset( PodsInit::$no_conflict[ $object_type ] ) && !empty( PodsInit::$no_conflict[ $object_type ] ) )
1827
        return true;
1828
1829
    if ( !is_object( PodsInit::$meta ) )
1830
        return false;
@@ 2013-2014 (lines=2) @@
2010
    elseif ( 'term' == $object_type )
2011
        $object_type = 'taxonomy';
2012
2013
    if ( empty( PodsInit::$no_conflict ) || !isset( PodsInit::$no_conflict[ $object_type ] ) || empty( PodsInit::$no_conflict[ $object_type ] ) )
2014
        return false;
2015
2016
    if ( !is_object( PodsInit::$meta ) )
2017
        return false;