Changeset 13223
- Timestamp:
- 01/24/2022 09:53:16 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/screens/register.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 stronger password.', 'buddypress' )101 __( 'Your password is not strong enough to be allowed on this site. Please use a stronger password.', 'buddypress' ) 102 102 ); 103 103 } else { -
trunk/src/bp-settings/actions/general.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 stronger password.', 'buddypress' )147 __( 'Your password is not strong enough to be allowed on this site. Please use a stronger password.', 'buddypress' ) 148 148 ); 149 149 } else { -
trunk/tests/phpunit/testcases/messages/class.bp-messages-thread.php
r13196 r13223 699 699 * @ticket BP7540 700 700 */ 701 public function test_bp_messages_thread_exit_not_enoug th_recipients() {701 public function test_bp_messages_thread_exit_not_enough_recipients() { 702 702 $u1 = self::factory()->user->create(); 703 703 $u2 = self::factory()->user->create();
Note: See TracChangeset
for help on using the changeset viewer.