Changeset 9382 for trunk/src/bp-activity/bp-activity-classes.php
- Timestamp:
- 01/20/2015 06:50:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-classes.php
r9380 r9382 163 163 $this->is_spam = $row->is_spam; 164 164 } 165 166 /**167 * Make sure the activity actions have been registered.168 * We can't assume it will already be set because this is normally only done on an ad-hoc basis.169 *170 * @link https://buddypress.trac.wordpress.org/ticket/6126171 */172 bp_activity_get_actions();173 165 174 166 // Generate dynamic 'action' when possible
Note: See TracChangeset
for help on using the changeset viewer.