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-templates/bp-legacy/buddypress-functions.php

    r9291 r9308  
    562562        $qs[] = 'page=' . absint( $_POST['page'] );
    563563
    564     // exludes activity just posted and avoids duplicate ids
     564    // excludes activity just posted and avoids duplicate ids
    565565    if ( ! empty( $_POST['exclude_just_posted'] ) ) {
    566566        $just_posted = wp_parse_id_list( $_POST['exclude_just_posted'] );
Note: See TracChangeset for help on using the changeset viewer.