Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1067-1074 (lines=8) @@
1064
			);
1065
		}
1066
1067
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1068
			wp_register_script(
1069
				'jquery.spin',
1070
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1071
				array( 'jquery', 'spin' ),
1072
				'1.3'
1073
			);
1074
		}
1075
1076
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1077
			wp_register_script(
@@ 1085-1093 (lines=9) @@
1082
			);
1083
		}
1084
1085
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1086
			wp_register_script(
1087
				'jetpack-twitter-timeline',
1088
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1089
				array( 'jquery' ),
1090
				'4.0.0',
1091
				true
1092
			);
1093
		}
1094
1095
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1096
			wp_register_script(