Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/13/2020 08:10:29 PM (5 years ago)
Author:
imath
Message:

Template & Notifications: fix various typos

Props passoniate

Fixes #8196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/bp-notifications-cache.php

    r11888 r12518  
    9494function bp_notifications_clear_all_for_user_cache_before_update( $update_args, $where_args ) {
    9595
    96     // User ID is passed in where arugments.
     96    // User ID is passed in where arguments.
    9797    if ( ! empty( $where_args['user_id'] ) ) {
    9898        bp_notifications_clear_all_for_user_cache( $where_args['user_id'] );
Note: See TracChangeset for help on using the changeset viewer.