Ticket #8196: 8196.patch
File 8196.patch, 1.9 KB (added by , 5 years ago) |
---|
-
src/bp-notifications/bp-notifications-cache.php
93 93 */ 94 94 function bp_notifications_clear_all_for_user_cache_before_update( $update_args, $where_args ) { 95 95 96 // User ID is passed in where ar ugments.96 // User ID is passed in where arguments. 97 97 if ( ! empty( $where_args['user_id'] ) ) { 98 98 bp_notifications_clear_all_for_user_cache( $where_args['user_id'] ); 99 99 -
src/bp-templates/bp-legacy/buddypress/activity/comment.php
50 50 <?php 51 51 52 52 /** 53 * Fires after the def ualt comment action options display.53 * Fires after the default comment action options display. 54 54 * 55 55 * @since 1.6.0 56 56 */ -
src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php
60 60 /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */ 61 61 html, 62 62 body { 63 Margin: 0 !important;63 margin: 0 !important; 64 64 padding: 0 !important; 65 65 height: 100% !important; 66 66 width: 100% !important; … … 89 89 border-spacing: 0 !important; 90 90 border-collapse: collapse !important; 91 91 table-layout: fixed !important; 92 Margin: 0 auto !important;92 margin: 0 auto !important; 93 93 } 94 94 table table table { 95 95 table-layout: auto;