Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/06/2009 10:44:01 PM (17 years ago)
Author:
apeatling
Message:

Syntax cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-classes.php

    r1021 r1025  
    320320       
    321321        for ( $i = 0; $i < count($activity_array); $i++ ) {
    322             if ( $activity_array[$i]['content'] == '' ) continue;
     322            if ( empty( $activity_array[$i]['content'] ) ) continue;
    323323           
    324324            // Cache that sucka...
Note: See TracChangeset for help on using the changeset viewer.