Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1122-1129 (lines=8) @@
1119
			);
1120
		}
1121
1122
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1123
			wp_register_script(
1124
				'jquery.spin',
1125
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1126
				array( 'jquery', 'spin' ),
1127
				'1.3'
1128
			);
1129
		}
1130
1131
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1132
			wp_register_script(
@@ 1140-1148 (lines=9) @@
1137
			);
1138
		}
1139
1140
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1141
			wp_register_script(
1142
				'jetpack-twitter-timeline',
1143
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1144
				array( 'jquery' ),
1145
				'4.0.0',
1146
				true
1147
			);
1148
		}
1149
1150
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1151
			wp_register_script(