Skip to:
Content

BuddyPress.org


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.