Changeset 10375 for trunk/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 11/23/2015 05:51:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r10359 r10375 361 361 foreach ( $activity_ids as $activity_id ) { 362 362 // @todo: Check the permissions on each 363 // if ( ! current_user_can( 'bp_edit_activity', $activity_id ) )363 // if ( ! current_user_can( 'bp_edit_activity', $activity_id ) ) 364 364 // continue; 365 366 365 // Get the activity from the database. 367 366 $activity = new BP_Activity_Activity( $activity_id ); … … 566 565 * @since 1.6.0 567 566 * 568 * @param array Array holding activity object and ID that holds error.567 * @param array $value Array holding activity object and ID that holds error. 569 568 */ 570 569 do_action_ref_array( 'bp_activity_admin_edit_after', array( &$activity, $error ) ); … … 1651 1650 1652 1651 <?php 1653 // Activity permalink 1652 // Activity permalink. 1654 1653 $activity_permalink = ''; 1655 1654 if ( ! $item['is_spam'] ) {
Note: See TracChangeset
for help on using the changeset viewer.