| @@ 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 | } |
|
| @@ 922-923 (lines=2) @@ | ||
| 919 | require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' ); |
|
| 920 | jetpack_register_genericons(); |
|
| 921 | ||
| 922 | if ( ! wp_style_is( 'jetpack-icons', 'registered' ) ) |
|
| 923 | wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION ); |
|
| 924 | } |
|
| 925 | ||
| 926 | /** |
|