Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1082-1089 (lines=8) @@
1079
			);
1080
		}
1081
1082
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1083
			wp_register_script(
1084
				'jquery.spin',
1085
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1086
				array( 'jquery', 'spin' ),
1087
				'1.3'
1088
			);
1089
		}
1090
1091
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1092
			wp_register_script(
@@ 1100-1108 (lines=9) @@
1097
			);
1098
		}
1099
1100
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1101
			wp_register_script(
1102
				'jetpack-twitter-timeline',
1103
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1104
				array( 'jquery' ),
1105
				'4.0.0',
1106
				true
1107
			);
1108
		}
1109
1110
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1111
			wp_register_script(