PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 2.0.4
GiveWP – Donation Plugin and Fundraising Platform v2.0.4
4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 All 253 releases
← All changes | includes/scripts.php +0 -2 2.0.32.0.4 View file →
@@ -254,10 +254,8 @@
254 254 wp_register_style( 'jquery-ui-css', $css_dir . 'jquery-ui-fresh' . $suffix . '.css' );
255 255 wp_enqueue_style( 'jquery-ui-css' );
256 256 wp_register_style( 'give-admin', $css_dir . 'give-admin' . $direction . $suffix . '.css', array(), GIVE_VERSION );
257 257 wp_enqueue_style( 'give-admin' );
258 - wp_register_style( 'jquery-chosen', $css_dir . 'chosen' . $suffix . '.css', array(), GIVE_VERSION );
259 - wp_enqueue_style( 'jquery-chosen' );
260 258 wp_enqueue_style( 'thickbox' );
261 259 wp_enqueue_style( 'wp-color-picker' );
262 260
263 261