Changeset 2325754
- Timestamp:
- 06/17/2020 09:44:11 AM (6 years ago)
- File:
-
- 1 edited
-
cleandash/trunk/cleandash.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleandash/trunk/cleandash.php
r2325751 r2325754 56 56 // Enqueue stylesheet 57 57 function wph_cleandash_enqueue_stylesheet() { 58 wp_enqueue_style( 'cleandash', plugins_url( '/assets/cleandash.css', __FILE__ ));58 wp_enqueue_style( 'cleandash', plugins_url( '/assets/cleandash.css', __FILE__ ), array(), '1.0.1' ); 59 59 } 60 60 add_action('admin_print_styles', 'wph_cleandash_enqueue_stylesheet');
Note: See TracChangeset
for help on using the changeset viewer.