Changeset 2371604
- Timestamp:
- 08/29/2020 04:34:07 PM (6 years ago)
- File:
-
- 1 edited
-
latest-post-widget/trunk/last-post-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
latest-post-widget/trunk/last-post-widget.php
r2371292 r2371604 104 104 function latest_post_widget_scripts() 105 105 { 106 wp_enqueue_style('latest-post-widget-style', __DIR__. '/inc/css/latest-post-widget.css');106 wp_enqueue_style('latest-post-widget-style', plugin_dir_url( __FILE__ ) . '/inc/css/latest-post-widget.css'); 107 107 } 108 108 add_action('wp_enqueue_scripts', 'latest_post_widget_scripts');
Note: See TracChangeset
for help on using the changeset viewer.