Skip to content

Commit

Permalink
Issue #100 - ensure thickbox is enqueued. Needs both CSS and Javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Nov 18, 2018
1 parent d9281c8 commit d178ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oik.php
Expand Up @@ -66,6 +66,7 @@ function oik_plugin_file_loaded() {
oik_ajax_lazy_init();
} else {
add_action('wp_enqueue_scripts', 'oik_enqueue_stylesheets', 11);
add_action( 'admin_enqueue_scripts', 'add_thickbox' );
}
add_action( 'init', 'oik_main_init', 20 );

Expand Down

0 comments on commit d178ce3

Please sign in to comment.