Skip to content

Commit

Permalink
Debug builder
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Jan 9, 2024
1 parent 7cf0d7f commit 83a902e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/um-pass-strength/src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public function plugin_dir() {
}
/**
* Enqueue Assets
*
* @since 1.0.1
*/
public function enqueue_assets() {
wp_enqueue_script( 'um-pass-strength', $this->plugin_url() . 'assets/js/um-pass-strength.min.js', array( 'um_scripts', 'jquery', 'wp-i18n' ), '1.0.0', true );
Expand Down

0 comments on commit 83a902e

Please sign in to comment.