Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsInit.php 2 locations

@@ 851-852 (lines=2) @@
848
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' );
849
			}
850
851
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
852
				pods_debug( array( $taxonomy, $ct_post_types, $options ) );
853
			}
854
855
			register_taxonomy( $taxonomy, $ct_post_types, $options );
@@ 882-883 (lines=2) @@
879
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' );
880
			}
881
882
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
883
				pods_debug( array( $post_type, $options ) );
884
			}
885
886
			register_post_type( $post_type, $options );