summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/_inc/genericons.php')
-rw-r--r--plugins/jetpack/_inc/genericons.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/jetpack/_inc/genericons.php b/plugins/jetpack/_inc/genericons.php
deleted file mode 100644
index fc0e6f4f..00000000
--- a/plugins/jetpack/_inc/genericons.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-/**
- * Globally registers the 'genericons' style and font.
- *
- * This ensures any theme or plugin using it is on the latest version of Genericons, and helps to avoid conflicts.
- */
-add_action( 'init', 'jetpack_register_genericons', 1 );
-function jetpack_register_genericons() {
- if ( ! wp_style_is( 'genericons', 'registered' ) ) {
- wp_register_style( 'genericons', plugins_url( 'genericons/genericons/genericons.css', __FILE__ ), false, '3.1' );
- }
-}