Plugin Directory

Changeset 1274501


Ignore:
Timestamp:
10/28/2015 07:44:42 AM (10 years ago)
Author:
skittery
Message:

fixed css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scan-wp/trunk/scan-wp.php

    r1270072 r1274501  
    1818function load_scan_wp_style() {
    1919        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' );
    2121}
    2222add_action( 'wp_enqueue_scripts', 'load_scan_wp_style' );
Note: See TracChangeset for help on using the changeset viewer.