Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsInit.php 2 locations

@@ 771-772 (lines=2) @@
768
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' );
769
			}
770
771
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
772
				pods_debug( array( $taxonomy, $ct_post_types, $options ) );
773
			}
774
775
			register_taxonomy( $taxonomy, $ct_post_types, $options );
@@ 802-803 (lines=2) @@
799
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' );
800
			}
801
802
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
803
				pods_debug( array( $post_type, $options ) );
804
			}
805
806
			register_post_type( $post_type, $options );