Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1096-1103 (lines=8) @@
1093
			);
1094
		}
1095
1096
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1097
			wp_register_script(
1098
				'jquery.spin',
1099
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1100
				array( 'jquery', 'spin' ),
1101
				'1.3'
1102
			);
1103
		}
1104
1105
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1106
			wp_register_script(
@@ 1114-1122 (lines=9) @@
1111
			);
1112
		}
1113
1114
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1115
			wp_register_script(
1116
				'jetpack-twitter-timeline',
1117
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1118
				array( 'jquery' ),
1119
				'4.0.0',
1120
				true
1121
			);
1122
		}
1123
1124
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1125
			wp_register_script(