Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Gliebe committed Oct 26, 2016
1 parent 7e995ca commit fd4c070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/admin-enqueue-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function ctfw_admin_enqueue_styles() {
// Improvement to enqueue only when there is a widget with color field?
wp_enqueue_style( 'wp-color-picker' );

// Script for admin widgets
// CSS for admin widgets
// Framework also enqueues this for Customizer in framework/includes/customize.php
wp_enqueue_style( 'ctfw-widgets', ctfw_theme_url( CTFW_CSS_DIR . '/admin-widgets.css' ), false, CTFW_THEME_VERSION ); // bust cache on update

Expand Down

0 comments on commit fd4c070

Please sign in to comment.