Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #2225, comment 25


Ignore:
Timestamp:
03/27/2013 07:22:02 AM (13 years ago)
Author:
MZAWeb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2225, comment 25

    initial v1  
    33BBP_Forums_Group_Extension (child of BP_Group_Extension) ->_display_hook calls bp_core_load_template, and that functions makes an exit(); call after loading the template, if found. This is not failing for other themes, because they don't have that particular template (bp-themes/bp-default/groups/single/plugins.php)
    44
    5 So, everything hooked into any hook after bp_template_redirect isn't being loaded.
     5So, everything hooked into any hook after bp_template_redirect isn't being executed.