Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 2 of Ticket #2718


Ignore:
Timestamp:
11/07/2010 09:08:56 PM (14 years ago)
Author:
DJPaul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2718

    • Property Cc peter.westwood+buddypresstrac@… added
  • Ticket #2718 – Description

    initial v2  
     1Trunk currently has a mixture of function_exists() (on different function names) and bp_is_active() checks to decide if a certain part of BuddyPress is loaded. bp_is_active() was added earlier this year to eventually replace the function_exists() checks, if I remember correctly.
     2
     3We should standardise on one for BuddyPress 1.3, so that core is more consistent. I suggest bp_is_active() as it prevents any third-party themes or plugins checking for the presence of functions which could possibly be removed or deprecated.