Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (11 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-admin.php

    r9194 r9308  
    433433
    434434        /**
    435          * Filters redirect URL after activty spamming/un-spamming/deletion occurs.
     435         * Filters redirect URL after activity spamming/un-spamming/deletion occurs.
    436436         *
    437437         * @since BuddyPress (1.6.0)
     
    949949
    950950        if ( $updated > 0 )
    951             $messages[] = __( 'The activity item has been updated succesfully.', 'buddypress' );
     951            $messages[] = __( 'The activity item has been updated successfully.', 'buddypress' );
    952952    }
    953953
     
    11431143        ) );
    11441144
    1145         // If we're viewing a specific activity, flatten all activites into a single array.
     1145        // If we're viewing a specific activity, flatten all activities into a single array.
    11461146        if ( $include_id ) {
    11471147            $activities['activities'] = BP_Activity_List_Table::flatten_activity_array( $activities['activities'] );
     
    11571157            $new_activities[] = (array) $activity_item;
    11581158
    1159             // Build an array of activity-to-user ID mappings for better efficency in the In Response To column
     1159            // Build an array of activity-to-user ID mappings for better efficiency in the In Response To column
    11601160            $this->activity_user_id[$activity_item->id] = $activity_item->user_id;
    11611161        }
     
    16131613            /**
    16141614             * If, somehow, the referenced activity has been deleted, leaving its associated
    1615              * activites as orphans, use the logged in user's ID to avoid errors.
     1615             * activities as orphans, use the logged in user's ID to avoid errors.
    16161616             */
    16171617            if ( empty( $activity['activities'] ) )
Note: See TracChangeset for help on using the changeset viewer.