Changeset 1715451
- Timestamp:
- 08/18/2017 06:12:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
woo-in-stock-notifier/trunk/inc/classes/class-wsn-initialize.php
r1713864 r1715451 332 332 333 333 // Add the plugin style file. 334 wp_enqueue_style( 'wsn_style', WSN_ASSEST_PATH . ' css/wsn-style.css' );334 wp_enqueue_style( 'wsn_style', WSN_ASSEST_PATH . '/css/wsn-style.css' ); 335 335 336 336 // Add plugin js script. 337 wp_enqueue_script( 'wsn_scripts', WSN_ASSEST_PATH . ' js/wsn-script.js' );337 wp_enqueue_script( 'wsn_scripts', WSN_ASSEST_PATH . '/js/wsn-script.js' ); 338 338 } 339 339
Note: See TracChangeset
for help on using the changeset viewer.