Changeset 12518
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-cache.php
r11888 r12518 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'] ); -
trunk/src/bp-templates/bp-legacy/buddypress/activity/comment.php
r12082 r12518 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 -
trunk/src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php
r12267 r12518 61 61 html, 62 62 body { 63 Margin: 0 !important;63 margin: 0 !important; 64 64 padding: 0 !important; 65 65 height: 100% !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 {
Note: See TracChangeset
for help on using the changeset viewer.