Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | function jetpack_devicepx_init() { |
||
20 | if ( current_theme_supports( 'jetpack-devicepx' ) ) { |
||
21 | add_action( 'wp_enqueue_scripts', 'jetpack_devicepx_enqueue' ); |
||
22 | add_action( 'customize_controls_enqueue_scripts', 'jetpack_devicepx_enqueue' ); |
||
23 | add_action( 'admin_enqueue_scripts', 'jetpack_devicepx_enqueue' ); |
||
24 | } |
||
25 | } |
||
26 | |||
38 |