Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#996 closed defect (bug) (fixed)

template tags using load_template instead of locate_template

Reported by: detective's profile Detective Owned by:
Milestone: 1.1 Priority: major
Severity: Version:
Component: Keywords: has-patch
Cc:

Description

Some template tags still use load_template instead of locate_template. This prevents some setups like the following:

  • Parent theme: a regular WP theme.
  • Child theme: a custom BP framework.

Patch attached.

Attachments (1)

locate-template-instead.txt (1.7 KB) - added by Detective 15 years ago.
patch generated using eclipse pdt with the current trunk.

Download all attachments as: .zip

Change History (4)

@Detective
15 years ago

patch generated using eclipse pdt with the current trunk.

#1 @DJPaul
15 years ago

  • Milestone set to 1.1

#2 @apeatling
15 years ago

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

(In [1866]) Fixes #996 props Detective

#3 @apeatling
15 years ago

With patches, use a .diff or .patch extension on the file as trac will then display it with color coding. :)

Note: See TracTickets for help on using tickets.