Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Add missing select2 style dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Aug 5, 2016
1 parent 5bbe6d2 commit 58b33f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/class-customize-posts-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public function register_styles( WP_Styles $wp_styles ) {

$handle = 'customize-posts';
$src = plugins_url( 'css/customize-posts' . $suffix, dirname( __FILE__ ) );
$deps = array( 'wp-admin' );
$deps = array( 'wp-admin', 'select2' );
$version = $this->version;
$wp_styles->add( $handle, $src, $deps, $version );

Expand Down

0 comments on commit 58b33f4

Please sign in to comment.