Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsInit.php 2 locations

@@ 884-885 (lines=2) @@
881
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL taxonomy slug', 'pods' );
882
			}
883
884
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
885
				pods_debug( array( $taxonomy, $ct_post_types, $options ) );
886
			}
887
888
			register_taxonomy( $taxonomy, $ct_post_types, $options );
@@ 915-916 (lines=2) @@
912
				$options['rewrite']['slug'] = _x( $options['rewrite']['slug'], 'URL slug', 'pods' );
913
			}
914
915
			if ( 1 == pods_var( 'pods_debug_register', 'get', 0 ) && pods_is_admin( array( 'pods' ) ) ) {
916
				pods_debug( array( $post_type, $options ) );
917
			}
918
919
			register_post_type( $post_type, $options );