Changeset 836659
- Timestamp:
- 01/11/2014 12:25:08 PM (12 years ago)
- File:
-
- 1 edited
-
prettyphoto/trunk/prettyphoto.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prettyphoto/trunk/prettyphoto.php
r836653 r836659 20 20 function pp_enqueue_required_scripts() { 21 21 $pp_path = plugin_dir_url(__FILE__); 22 wp_enqu ueue_style('pp_css', $pp_path.'css/prettyPhoto.css');22 wp_enqueue_style('pp_css', $pp_path.'css/prettyPhoto.css'); 23 23 wp_enqueue_script('pp_js', $pp_path.'js/jquery.prettyPhoto.js', array('jquery')); 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.