Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 10:28:43 PM (11 years ago)
Author:
djpaul
Message:

Remove some of our unused/dead variable assignments.

Identified by scrutinizer-ci.com; https://scrutinizer-ci.com/g/buddypress/BuddyPress/

File:
1 edited

Legend:

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

    r9308 r9318  
    497497            akismet_init();
    498498
    499         $query_string = $path = $response = '';
     499        $query_string = $path = '';
    500500
    501501        $activity_data['blog']         = bp_get_option( 'home' );
Note: See TracChangeset for help on using the changeset viewer.