Plugin Directory

Changeset 613849


Ignore:
Timestamp:
10/17/2012 10:14:03 PM (13 years ago)
Author:
ljasinskipl
Message:

just simple missing /. I know, shouldn't call it stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trakttv-widgets/tags/1.2/trakt-widget.php

    r613837 r613849  
    7070        wp_enqueue_style( 'user-trakttv' );
    7171    } elseif(get_option( 'ljpl-trakttv-use-css', 1 ) ) {
    72         wp_register_style( 'trakttvWidgetStyle', LJPL_TRAKTTV_URL . '/assets/csstrakttv.css' );
     72        wp_register_style( 'trakttvWidgetStyle', LJPL_TRAKTTV_URL . '/assets/css/trakttv.css' );
    7373        wp_enqueue_style( 'trakttvWidgetStyle' );
    7474    }
Note: See TracChangeset for help on using the changeset viewer.