Changeset 1575546
- Timestamp:
- 01/16/2017 10:14:20 AM (9 years ago)
- File:
-
- 1 edited
-
woo-button-text/trunk/woo-button-text.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-button-text/trunk/woo-button-text.php
r1575537 r1575546 32 32 add_action( 'admin_enqueue_scripts', 'exwoo_enqueue_color_picker' ); 33 33 function exwoo_enqueue_color_picker( $hook_suffix ) { 34 // first check that $hook_suffix is appropriate for your admin page 34 // first check that $hook_suffix is appropriate for your admin page= 35 35 wp_enqueue_style( 'wp-color-picker' ); 36 36 wp_enqueue_script( 'exclutips-script-handle', plugins_url('js/exclutips-jquery.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
Note: See TracChangeset
for help on using the changeset viewer.