Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1154-1161 (lines=8) @@
1151
			);
1152
		}
1153
1154
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1155
			wp_register_script(
1156
				'jquery.spin',
1157
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1158
				array( 'jquery', 'spin' ),
1159
				'1.3'
1160
			);
1161
		}
1162
1163
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1164
			wp_register_script(
@@ 1172-1180 (lines=9) @@
1169
			);
1170
		}
1171
1172
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1173
			wp_register_script(
1174
				'jetpack-twitter-timeline',
1175
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1176
				array( 'jquery' ),
1177
				'4.0.0',
1178
				true
1179
			);
1180
		}
1181
1182
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1183
			wp_register_script(