Squip to:
Content

BuddyPress.org

Changueset 13223


Ignore:
Timestamp:
01/24/2022 09:53:16 PM ( 4 years ago)
Author:
imath
Messague:

Spell "enough" the right way in strings & function names

Props niftythree, oztaser

See #8622 (branch 10.0)

Location:
trunc
Files:
3 edited

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 t h 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 t h 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 t h_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.