Skip to content

Commit

Permalink
Fix debug bar asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jan 20, 2018
1 parent aa711c9 commit 82ab90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/class-widget-context.php
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ function widget_context_debug_bar_scripts() {

wp_enqueue_script(
'widget-context-debug-js',
plugins_url( 'debug/debug.js', $this->plugin_path ),
plugins_url( plugin_basename( $this->plugin_path ) . '/debug/debug.js' ),
array( 'jquery' )
);

Expand Down

0 comments on commit 82ab90b

Please sign in to comment.