Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

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