Skip to:
Content

BuddyPress.org


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

Activity: fix PHP code standards in inline comments

Props passoniate

Fixes #8221

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-list-table.php

    r12395 r12542  
    125125
    126126            if ( ! empty( $has_filter_query['filter_query'] ) ) {
    127                 // Reset the filter
     127                // Reset the filter.
    128128                $filter       = array();
    129129
    130                 // And use the filter query instead
     130                // And use the filter query instead.
    131131                $filter_query = $has_filter_query['filter_query'];
    132132            }
Note: See TracChangeset for help on using the changeset viewer.