Changeset 63359
- Timestamp:
- 08/27/2026 10:19:31 AM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/password-strength-meter.js
r50001 r63359 4 4 5 5 /* global zxcvbn */ 6 7 /** @namespace wp */ 6 8 window.wp = window.wp || {}; 7 9 8 ( function($){10 ( function( $, wp ) { 9 11 var __ = wp.i18n.__, 10 12 sprintf = wp.i18n.sprintf; … … 147 149 */ 148 150 window.passwordStrength = wp.passwordStrength.meter; 149 } )(jQuery);151 } )( jQuery, window.wp );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)