Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsInit.php 2 locations

@@ 777-778 (lines=2) @@
774
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' );
775
			}
776
777
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
778
				pods_debug( array( $taxonomy, $ct_post_types, $options ) );
779
			}
780
781
			register_taxonomy( $taxonomy, $ct_post_types, $options );
@@ 808-809 (lines=2) @@
805
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' );
806
			}
807
808
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
809
				pods_debug( array( $post_type, $options ) );
810
			}
811
812
			register_post_type( $post_type, $options );