Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 991-998 (lines=8) @@
988
			);
989
		}
990
991
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
992
			wp_register_script(
993
				'jquery.spin',
994
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
995
				array( 'jquery', 'spin' ),
996
				'1.3'
997
			);
998
		}
999
1000
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1001
			wp_register_script(
@@ 1009-1017 (lines=9) @@
1006
			);
1007
		}
1008
1009
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1010
			wp_register_script(
1011
				'jetpack-twitter-timeline',
1012
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1013
				array( 'jquery' ),
1014
				'4.0.0',
1015
				true
1016
			);
1017
		}
1018
1019
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1020
			wp_register_script(