Changeset 9315 for trunk/src/bp-activity/bp-activity-classes.php
- Timestamp:
- 01/08/2015 09:43:47 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-classes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-classes.php
r9308 r9315 170 170 // If no callback is available, use the literal string from 171 171 // the database row 172 } else if ( ! empty( $row->action ) ) {172 } elseif ( ! empty( $row->action ) ) { 173 173 $this->action = $row->action; 174 174 … … 1278 1278 1279 1279 // A true cache miss 1280 } else if ( empty( $comments ) ) {1280 } elseif ( empty( $comments ) ) { 1281 1281 1282 1282 // Select the user's fullname with the query
Note: See TracChangeset
for help on using the changeset viewer.