Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsInit.php 2 locations

@@ 845-846 (lines=2) @@
842
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' );
843
			}
844
845
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
846
				pods_debug( array( $taxonomy, $ct_post_types, $options ) );
847
			}
848
849
			register_taxonomy( $taxonomy, $ct_post_types, $options );
@@ 876-877 (lines=2) @@
873
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' );
874
			}
875
876
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
877
				pods_debug( array( $post_type, $options ) );
878
			}
879
880
			register_post_type( $post_type, $options );