Changeset 1274501
- Timestamp:
- 10/28/2015 07:44:42 AM (10 years ago)
- File:
-
- 1 edited
-
scan-wp/trunk/scan-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scan-wp/trunk/scan-wp.php
r1270072 r1274501 18 18 function load_scan_wp_style() { 19 19 wp_enqueue_script( 'scanwp_custom_script', 'http://scanwp.net/js/scanwp-search.js' ); 20 wp_enqueue_style( 'scanwp-style', plugins_url() . '/scan-wp -admin/css/style.css' );20 wp_enqueue_style( 'scanwp-style', plugins_url() . '/scan-wp/css/style.css' ); 21 21 } 22 22 add_action( 'wp_enqueue_scripts', 'load_scan_wp_style' );
Note: See TracChangeset
for help on using the changeset viewer.