Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1049-1056 (lines=8) @@
1046
			);
1047
		}
1048
1049
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1050
			wp_register_script(
1051
				'jquery.spin',
1052
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1053
				array( 'jquery', 'spin' ),
1054
				'1.3'
1055
			);
1056
		}
1057
1058
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1059
			wp_register_script(
@@ 1067-1075 (lines=9) @@
1064
			);
1065
		}
1066
1067
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1068
			wp_register_script(
1069
				'jetpack-twitter-timeline',
1070
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1071
				array( 'jquery' ),
1072
				'4.0.0',
1073
				true
1074
			);
1075
		}
1076
1077
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1078
			wp_register_script(