Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (9 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-core/bp-core-classes.php

    r9253 r9308  
    665665        }
    666666
    667         // Create, prepare, and run the seperate usermeta query
     667        // Create, prepare, and run the separate usermeta query
    668668        $user_metas = $wpdb->get_results( $wpdb->prepare( "SELECT user_id, meta_key, meta_value FROM {$wpdb->usermeta} WHERE meta_key IN (%s,%s) AND user_id IN ({$user_ids_sql})", $total_friend_count_key, $bp_latest_update_key ) );
    669669
     
    18331833     * @param string $item_id The item id that they notifications are to be for.
    18341834     * @param string $component_name The component that the notifications are to be from.
    1835      * @param string $component_action The action that the notificationsa are to be from.
     1835     * @param string $component_action The action that the notifications are to be from.
    18361836     * @param string $secondary_item_id Optional secondary item id that the notifications are to have.
    18371837     * @static
Note: See TracChangeset for help on using the changeset viewer.