Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/08/2011 08:58:38 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Use $plugin variable in bp_is_activation()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-update.php

    r5309 r5310  
    6464
    6565    // Bail if plugin is not BuddyPress
    66     if ( $basename !== $_GET['plugin'] )
     66    if ( $basename !== $plugin )
    6767        return false;
    6868
Note: See TracChangeset for help on using the changeset viewer.