Plugin Directory

Changeset 2321420


Ignore:
Timestamp:
06/10/2020 09:25:29 AM (6 years ago)
Author:
oribi
Message:

code cleanup

Location:
oribi-analytics-for-woocommerce
Files:
4 added
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • oribi-analytics-for-woocommerce/tags/1.0.0/oribi-analytics-ecommerce.php

    r2321384 r2321420  
    1818    function oribi_add_stylesheet()
    1919    {
    20         wp_enqueue_style( 'oribi-styles', plugins_url( '/css/style.css', __FILE__ ) );
     20        wp_enqueue_style( 'oribi-styles', plugins_url( 'css/style.css', __FILE__ ) );
    2121        wp_enqueue_style( 'roboto', 'https://fonts.googleapis.com/css?family=Roboto:400,500' );
    2222    }
Note: See TracChangeset for help on using the changeset viewer.