@@ 286-288 (lines=3) @@ | ||
283 | require_once( JETPACK__PLUGIN_DIR . '_inc/genericons.php' ); |
|
284 | jetpack_register_genericons(); |
|
285 | ||
286 | if ( ! wp_style_is( 'jetpack-icons', 'registered' ) ) { |
|
287 | wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION ); |
|
288 | } |
|
289 | ||
290 | add_action( 'admin_enqueue_scripts', array( $this, 'admin_menu_css' ) ); |
|
291 | } |
@@ 280-287 (lines=8) @@ | ||
277 | ) |
|
278 | ); |
|
279 | ||
280 | if ( ! wp_style_is( 'jetpack-dops-style' ) ) { |
|
281 | wp_register_style( |
|
282 | 'jetpack-dops-style', |
|
283 | plugins_url( '_inc/build/admin.css', JETPACK__PLUGIN_FILE ), |
|
284 | array(), |
|
285 | JETPACK__VERSION |
|
286 | ); |
|
287 | } |
|
288 | ||
289 | wp_enqueue_style( |
|
290 | 'jetpack-idc-css', |
@@ 1165-1166 (lines=2) @@ | ||
1162 | require_once( JETPACK__PLUGIN_DIR . '_inc/social-logos.php' ); |
|
1163 | jetpack_register_social_logos(); |
|
1164 | ||
1165 | if ( ! wp_style_is( 'jetpack-icons', 'registered' ) ) |
|
1166 | wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION ); |
|
1167 | } |
|
1168 | ||
1169 | /** |
|
@@ 3885-3892 (lines=8) @@ | ||
3882 | function admin_banner_styles() { |
|
3883 | $min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; |
|
3884 | ||
3885 | if ( ! wp_style_is( 'jetpack-dops-style' ) ) { |
|
3886 | wp_register_style( |
|
3887 | 'jetpack-dops-style', |
|
3888 | plugins_url( '_inc/build/admin.css', JETPACK__PLUGIN_FILE ), |
|
3889 | array(), |
|
3890 | JETPACK__VERSION |
|
3891 | ); |
|
3892 | } |
|
3893 | ||
3894 | wp_enqueue_style( |
|
3895 | 'jetpack', |