Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #4855, comment 13


Ignore:
Timestamp:
03/05/2013 08:08:02 PM (12 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4855, comment 13

    initial v1  
    55> I have 6 plugins I use that are broken because they supply templates and do not use plugins.php.
    66
    7 This is indeed the problem; a lot of old plugins are going to have this issue.
     7This is indeed the problem; a lot of old plugins are going to have this issue. 
    88
    9 I just took a look at BP Album and it looks like this is the problem:
     9These plugins have been doing it wrong, which is mostly our fault since the older version of the BP Skeleton Component told plugin devs to follow the `'bp_located_template'` filter approach.
     10
     11BP Album follows this older method:
    1012https://github.com/BP-Media/bp-album/blob/master/includes/bpa.core.php#L356
    1113