Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #3622, comment 14


Ignore:
Timestamp:
09/26/2011 03:07:44 PM (14 years ago)
Author:
webraket
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3622, comment 14

    v1 v2  
    55Or at least never when do_action() or apply_filters() is called at those points.
    66
    7 If a developper only tests his plugin in /plugins, it leads to unexpected results when the plugin is used in /mu-plugins.
     7If a developer only tests his plugin in /plugins, it leads to unexpected results when the plugin is used in /mu-plugins.
    88
    99Maybe it's even better to move all core functions currently hooked to bp_init to something like bp_init_core, then hook bp_init_core to bp_init with priority 0.