Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#3823 closed defect (bug) (fixed)

BP_Component::includes() method missing common paths

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 1.6 Priority: normal
Severity: normal Version: 1.5.1
Component: Core Keywords:
Cc:

Description

The main BP_Component include method is missing some common paths to make writing third party plugins easier:

  • Core

bp-component/bp-component-file.php

  • Third Party

bp-component-file.php
bp-component/file.php,
file
bp-component-file
bp-component/file

Change History (1)

#1 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5472]) Add more common paths to BP_Component::includes method. Also add some stripslashing. Fixes #3823.

Note: See TracTickets for help on using tickets.