Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/04/2014 01:39:16 PM (10 years ago)
Author:
djpaul
Message:

Core: Use basename instead of file in plugin action links.

This change is needed as result of the trunk re-organisation caused by the adoption of the Grunt build process. See #5160

File:
1 edited

Legend:

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

    r8334 r8365  
    432432
    433433        // Return normal links if not BuddyPress
    434         if ( plugin_basename( buddypress()->file ) != $file )
     434        if ( plugin_basename( buddypress()->basename ) != $file )
    435435            return $links;
    436436
Note: See TracChangeset for help on using the changeset viewer.