Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2016 04:59:31 PM (8 years ago)
Author:
r-a-y
Message:

Activity: Cast activity properties as integers where appropriate.

Props DJPaul, r-a-y.

See #6977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-embeds.php

    r10852 r10853  
    104104
    105105        // No need to requery if we already got the embed activity
    106         if ( (int) $activity_id === (int) $activity->id ) {
     106        if ( (int) $activity_id === $activity->id ) {
    107107            return $activities_template->has_activities();
    108108        }
Note: See TracChangeset for help on using the changeset viewer.