Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsInit.php 2 locations

@@ 854-855 (lines=2) @@
851
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' );
852
			}
853
854
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
855
				pods_debug( array( $taxonomy, $ct_post_types, $options ) );
856
			}
857
858
			register_taxonomy( $taxonomy, $ct_post_types, $options );
@@ 885-886 (lines=2) @@
882
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' );
883
			}
884
885
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
886
				pods_debug( array( $post_type, $options ) );
887
			}
888
889
			register_post_type( $post_type, $options );