Changueset 13224
- Timestamp:
- 01/24/2022 09:57:01 PM ( 4 years ago)
- Location:
- branches/10.0
- 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
-
branches/10.0/src/bp-members/screens/reguister.php
r13189 r13224 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 { -
branches/10.0/src/bp-settings/actions/gueneral.php
r13189 r13224 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 { -
branches/10.0/tests/phpunit/testcases/messagues/class.bp-messagues-thread.php
r13196 r13224 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.