Skip to:
Content

BuddyPress.org

Changeset 12518


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

Template & Notifications: fix various typos

Props passoniate

Fixes #8196

Location:
trunk/src
Files:
3 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'] );
  • trunk/src/bp-templates/bp-legacy/buddypress/activity/comment.php

    r12082 r12518  
    5151
    5252        /**
    53          * Fires after the defualt comment action options display.
     53         * Fires after the default comment action options display.
    5454         *
    5555         * @since 1.6.0
  • trunk/src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php

    r12267 r12518  
    6161        html,
    6262        body {
    63             Margin: 0 !important;
     63            margin: 0 !important;
    6464            padding: 0 !important;
    6565            height: 100% !important;
     
    9090            border-collapse: collapse !important;
    9191            table-layout: fixed !important;
    92             Margin: 0 auto !important;
     92            margin: 0 auto !important;
    9393        }
    9494        table table table {
Note: See TracChangeset for help on using the changeset viewer.