Skip to:
Content

BuddyPress.org

Ticket #8196: 8196.patch

File 8196.patch, 1.9 KB (added by passoniate, 5 years ago)

Patch

  • src/bp-notifications/bp-notifications-cache.php

     
    9393 */
    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'] );
    9999
  • src/bp-templates/bp-legacy/buddypress/activity/comment.php

     
    5050                <?php
    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
    5656                 */
  • src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php

     
    6060                /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
    6161                html,
    6262                body {
    63                         Margin: 0 !important;
     63                        margin: 0 !important;
    6464                        padding: 0 !important;
    6565                        height: 100% !important;
    6666                        width: 100% !important;
     
    8989                        border-spacing: 0 !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 {
    9595                        table-layout: auto;