Code Duplication    Length = 2-2 lines in 2 locations

modules/videopress/videopress.php 2 locations

@@ 501-502 (lines=2) @@
498
			return wp_send_json_error( 'permission denied' );
499
500
		$post_id = 0;
501
		if ( ! isset( $_POST['id'] ) || ! $post_id = absint( $_POST['id'] ) )
502
			wp_send_json_error();
503
504
		if ( ! isset( $_POST['vp_nonces']['update'] ) )
505
			wp_send_json_error();
@@ 553-554 (lines=2) @@
550
			return wp_send_json_error( 'permission denied' );
551
552
		$post_id = 0;
553
		if ( ! isset( $_POST['id'] ) || ! $post_id = absint( $_POST['id'] ) )
554
			wp_send_json_error();
555
556
		if ( ! isset( $_POST['vp_nonces']['delete'] ) )
557
			wp_send_json_error();