Plugin Directory

Changeset 2211571


Ignore:
Timestamp:
12/13/2019 12:19:35 PM (6 years ago)
Author:
feedbackauto
Message:

Updated bootstrap enqueue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • starrating-feedback-automatic/trunk/starreviews.php

    r2211514 r2211571  
    7171    add_action( 'admin_init', 'register_starreview_url' );
    7272    // JS
    73     wp_register_script('prefix_bootstrap', plugins_url( 'includes/js/bootstrap.js', __FILE__ ));
     73    wp_register_script('prefix_bootstrap', plugins_url( 'includes/js/bootstrap.min.js', __FILE__ ));
    7474    wp_enqueue_script('prefix_bootstrap');
    7575
Note: See TracChangeset for help on using the changeset viewer.