Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1089-1096 (lines=8) @@
1086
			);
1087
		}
1088
1089
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1090
			wp_register_script(
1091
				'jquery.spin',
1092
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1093
				array( 'jquery', 'spin' ),
1094
				'1.3'
1095
			);
1096
		}
1097
1098
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1099
			wp_register_script(
@@ 1107-1115 (lines=9) @@
1104
			);
1105
		}
1106
1107
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1108
			wp_register_script(
1109
				'jetpack-twitter-timeline',
1110
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1111
				array( 'jquery' ),
1112
				'4.0.0',
1113
				true
1114
			);
1115
		}
1116
1117
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1118
			wp_register_script(