- Timestamp:
- 05/18/2019 06:57:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress-functions.php
r12240 r12397 325 325 // Add The password verify if needed. 326 326 if ( bp_is_active( 'settings' ) || bp_get_signup_allowed() ) { 327 /** 328 * BP Nouveau is now directly using the `wp-admin/js/user-profile.js` script. 329 * 330 * Setting the user password is now more consistent with how WordPress handles it. 331 * 332 * @deprecated 5.0.0 333 */ 327 334 $scripts['bp-nouveau-password-verify'] = array( 328 335 'file' => 'js/password-verify%s.js', … … 373 380 374 381 if ( bp_is_register_page() || bp_is_user_settings_general() ) { 375 wp_enqueue_script( ' bp-nouveau-password-verify' );382 wp_enqueue_script( 'user-profile' ); 376 383 } 377 384
Note: See TracChangeset
for help on using the changeset viewer.