Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsInit.php 2 locations

@@ 878-879 (lines=2) @@
875
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' );
876
			}
877
878
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
879
				pods_debug( array( $taxonomy, $ct_post_types, $options ) );
880
			}
881
882
			register_taxonomy( $taxonomy, $ct_post_types, $options );
@@ 909-910 (lines=2) @@
906
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' );
907
			}
908
909
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
910
				pods_debug( array( $post_type, $options ) );
911
			}
912
913
			register_post_type( $post_type, $options );