Code Duplication    Length = 2-3 lines in 2 locations

class.jetpack-network.php 1 location

@@ 282-284 (lines=3) @@
279
		require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' );
280
		jetpack_register_genericons();
281
282
		if ( ! wp_style_is( 'jetpack-icons', 'registered' ) ) {
283
			wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION );
284
		}
285
286
		add_action( 'admin_enqueue_scripts', array( $this, 'admin_menu_css' ) );
287
	}

class.jetpack.php 1 location

@@ 1013-1014 (lines=2) @@
1010
		require_once( JETPACK__PLUGIN_DIR . '_inc/social-logos.php' );
1011
		jetpack_register_social_logos();
1012
1013
		if ( ! wp_style_is( 'jetpack-icons', 'registered' ) )
1014
			wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION );
1015
	}
1016
1017
	/**