Changeset 1485222
- Timestamp:
- 08/28/2016 09:44:51 PM (10 years ago)
- Location:
- zbplayer/trunk
- Files:
-
- 1 added
- 1 edited
-
css/zbPlayerAdmin.css (added)
-
zbPlayer.admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zbplayer/trunk/zbPlayer.admin.php
r1338499 r1485222 11 11 12 12 // connect wordpress color picker 13 WP_Enqueue_Script('farbtastic');14 WP_Enqueue_Style('farbtastic');13 wp_enqueue_script('farbtastic'); 14 wp_enqueue_style('farbtastic'); 15 15 16 16 $appPath = str_replace("\\", '/', substr(realpath(dirname(__FILE__)), strlen(ABSPATH))); 17 WP_Enqueue_Script( 18 'zbplayer-options', 19 get_bloginfo('wpurl') . '/' . $appPath . '/js/zbPlayerColors.js' 20 ); 17 wp_enqueue_script('zbplayer-options', get_bloginfo('wpurl') . '/' . $appPath . '/js/zbPlayerColors.js'); 18 wp_enqueue_style('zbplayer-admin-style', get_bloginfo('wpurl') . '/' . $appPath . '/css/zbPlayerAdmin.css'); 21 19 22 20
Note: See TracChangeset
for help on using the changeset viewer.