Plugin Directory

Changeset 1485222


Ignore:
Timestamp:
08/28/2016 09:44:51 PM (10 years ago)
Author:
zubaka
Message:

Added css for admin

Location:
zbplayer/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • zbplayer/trunk/zbPlayer.admin.php

    r1338499 r1485222  
    1111
    1212// connect wordpress color picker
    13 WP_Enqueue_Script('farbtastic');
    14 WP_Enqueue_Style('farbtastic');
     13wp_enqueue_script('farbtastic');
     14wp_enqueue_style('farbtastic');
    1515
    1616$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 );
     17wp_enqueue_script('zbplayer-options', get_bloginfo('wpurl') . '/' . $appPath . '/js/zbPlayerColors.js');
     18wp_enqueue_style('zbplayer-admin-style', get_bloginfo('wpurl') . '/' . $appPath . '/css/zbPlayerAdmin.css');
    2119
    2220
Note: See TracChangeset for help on using the changeset viewer.