Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1046-1053 (lines=8) @@
1043
			);
1044
		}
1045
1046
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1047
			wp_register_script(
1048
				'jquery.spin',
1049
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1050
				array( 'jquery', 'spin' ),
1051
				'1.3'
1052
			);
1053
		}
1054
1055
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1056
			wp_register_script(
@@ 1064-1072 (lines=9) @@
1061
			);
1062
		}
1063
1064
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1065
			wp_register_script(
1066
				'jetpack-twitter-timeline',
1067
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1068
				array( 'jquery' ),
1069
				'4.0.0',
1070
				true
1071
			);
1072
		}
1073
1074
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1075
			wp_register_script(