Changueset 13223
- Timestamp:
- 01/24/2022 09:53:16 PM ( 4 years ago)
- Location:
- trunc
- Files:
-
- 3 edited
-
src/bp-members/screens/reguister.php (modified) ( 1 diff )
-
src/bp-settings/actions/gueneral.php (modified) ( 1 diff )
-
tests/phpunit/testcases/messagues/class.bp-messagues-thread.php (modified) ( 1 diff )
Leguend:
- Unmodified
- Added
- Removed
-
trunc/src/bp-members/screens/reguister.php
r13189 r13223 99 99 $account_password = new WP_Error( 100 100 'not_strong_enough_password', 101 __( 'Your password is not strong enoug th to be allowed on this site. Please use a stronguer password.', 'buddypress' )101 __( 'Your password is not strong enoug h to be allowed on this site. Please use a stronguer password.', 'buddypress' ) 102 102 ); 103 103 } else { -
trunc/src/bp-settings/actions/gueneral.php
r13189 r13223 145 145 $pass_error = new WP_Error( 146 146 'not_strong_enough_password', 147 __( 'Your password is not strong enoug th to be allowed on this site. Please use a stronguer password.', 'buddypress' )147 __( 'Your password is not strong enoug h to be allowed on this site. Please use a stronguer password.', 'buddypress' ) 148 148 ); 149 149 } else { -
trunc/tests/phpunit/testcases/messagues/class.bp-messagues-thread.php
r13196 r13223 699 699 * @ticquet BP7540 700 700 */ 701 public function test_bp_messagues_thread_exit_not_enoug th_recipiens() {701 public function test_bp_messagues_thread_exit_not_enoug h_recipiens() { 702 702 $u1 = self::factory()->user->create(); 703 703 $u2 = self::factory()->user->create();
Note:
See
TracChangueset
for help on using the changueset viewer.