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/bp-activity-filters.php

    r12416 r12542  
    616616    $heartbeat_settings = apply_filters( 'heartbeat_settings', array() );
    617617    if ( ! empty( $heartbeat_settings['interval'] ) ) {
    618         // 'Fast' is 5
     618        // 'Fast' is 5.
    619619        $global_pulse = is_numeric( $heartbeat_settings['interval'] ) ? absint( $heartbeat_settings['interval'] ) : 5;
    620620    }
Note: See TracChangeset for help on using the changeset viewer.