Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/23/2015 05:51:55 AM (11 years ago)
Author:
tw2113
Message:

Misc docs fixes that were missed or added.

See #6396.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-admin.php

    r10359 r10375  
    361361                foreach ( $activity_ids as $activity_id ) {
    362362                        // @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 ) )
    364364                        // continue;
    365 
    366365                        // Get the activity from the database.
    367366                        $activity = new BP_Activity_Activity( $activity_id );
     
    566565                 * @since 1.6.0
    567566                 *
    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.
    569568                 */
    570569                do_action_ref_array( 'bp_activity_admin_edit_after', array( &$activity, $error ) );
     
    16511650
    16521651                <?php
    1653                 // Activity permalink
     1652                // Activity permalink.
    16541653                $activity_permalink = '';
    16551654                if ( ! $item['is_spam'] ) {
Note: See TracChangeset for help on using the changeset viewer.