@@ 278-285 (lines=8) @@ | ||
275 | ) |
|
276 | ); |
|
277 | ||
278 | if ( ! wp_style_is( 'jetpack-dops-style' ) ) { |
|
279 | wp_register_style( |
|
280 | 'jetpack-dops-style', |
|
281 | plugins_url( '_inc/build/admin.css', JETPACK__PLUGIN_FILE ), |
|
282 | array(), |
|
283 | JETPACK__VERSION |
|
284 | ); |
|
285 | } |
|
286 | ||
287 | wp_enqueue_style( |
|
288 | 'jetpack-idc-css', |
@@ 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 | } |
@@ 1166-1167 (lines=2) @@ | ||
1163 | require_once( JETPACK__PLUGIN_DIR . '_inc/social-logos.php' ); |
|
1164 | jetpack_register_social_logos(); |
|
1165 | ||
1166 | if ( ! wp_style_is( 'jetpack-icons', 'registered' ) ) |
|
1167 | wp_register_style( 'jetpack-icons', plugins_url( 'css/jetpack-icons.min.css', JETPACK__PLUGIN_FILE ), false, JETPACK__VERSION ); |
|
1168 | } |
|
1169 | ||
1170 | /** |
|
@@ 3886-3893 (lines=8) @@ | ||
3883 | function admin_banner_styles() { |
|
3884 | $min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; |
|
3885 | ||
3886 | if ( ! wp_style_is( 'jetpack-dops-style' ) ) { |
|
3887 | wp_register_style( |
|
3888 | 'jetpack-dops-style', |
|
3889 | plugins_url( '_inc/build/admin.css', JETPACK__PLUGIN_FILE ), |
|
3890 | array(), |
|
3891 | JETPACK__VERSION |
|
3892 | ); |
|
3893 | } |
|
3894 | ||
3895 | wp_enqueue_style( |
|
3896 | 'jetpack', |