Skip to:
Content

BuddyPress.org

Changeset 12516


Ignore:
Timestamp:
01/11/2020 01:46:16 PM (7 years ago)
Author:
imath
Message:

Activity & Tests: fix typos in inline comments

Props passoniate

Fixes #8194

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/js/mentions.js

    r11912 r12516  
    136136
    137137                                /**
    138                                  * Override default behaviour which inserts junk tags in the WordPress Visual editor.
     138                                 * Override default behavior which inserts junk tags in the WordPress Visual editor.
    139139                                 *
    140140                                 * @param {unknown} $inputor Element which we're inserting content into.
  • trunk/tests/phpunit/testcases/groups/template.php

    r12444 r12516  
    528528         * Default sort order should be the joined date
    529529         *
    530          * @tickett BP5106
     530         * @ticket BP5106
    531531         * @group bp_group_has_members
    532532         */
  • trunk/tests/phpunit/testcases/members/class-bp-signup.php

    r11832 r12516  
    6666         */
    6767        public function test_add_no_visibility_level_set_should_use_default_visiblity_level() {
    68                 // Update field_1's default visiblity to 'adminsonly'
     68                // Update field_1's default visibility to 'adminsonly'.
    6969                bp_xprofile_update_field_meta( 1, 'default_visibility', 'adminsonly' );
    7070
  • trunk/tests/phpunit/testcases/notifications/class-bp-notifications-notification.php

    r11737 r12516  
    3434                $this->assertEquals( $expected, $actual );
    3535
    36                 // reset copmonent toggles
     36                // reset component toggles.
    3737                if ( $groups_toggle ) {
    3838                        buddypress()->active_components['groups'] = 1;
     
    7676                $this->assertEquals( 1, $n );
    7777
    78                 // reset copmonent toggles
     78                // reset component toggles.
    7979                if ( $groups_toggle ) {
    8080                        buddypress()->active_components['groups'] = 1;
  • trunk/tests/phpunit/testcases/xprofile/cache.php

    r11737 r12516  
    134134                bp_xprofile_add_meta( $d->id, 'data', 'data_foo', 'data_bar' );
    135135
    136                 // prime cache
     136                // Prime cache.
    137137                bp_has_profile( array(
    138138                        'user_id' => $u,
Note: See TracChangeset for help on using the changeset viewer.