Changeset 9194 for trunk/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 11/27/2014 05:13:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r9078 r9194 799 799 800 800 // Walk through the registered actions, and build an array of actions/values. 801 foreach ( b uddypress()->activity->actionsas $action ) {801 foreach ( bp_activity_get_actions() as $action ) { 802 802 $action = array_values( (array) $action ); 803 803 … … 832 832 833 833 // Walk through the registered actions, and build an array of actions/values. 834 foreach ( $bp->activity->actionsas $action ) {834 foreach ( bp_activity_get_actions() as $action ) { 835 835 $action = array_values( (array) $action ); 836 836 … … 1366 1366 1367 1367 // Get the actions 1368 $activity_actions = b uddypress()->activity->actions; ?>1368 $activity_actions = bp_activity_get_actions(); ?> 1369 1369 1370 1370 <div class="alignleft actions">
Note: See TracChangeset
for help on using the changeset viewer.