Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3109 closed defect (bug) (fixed)

fatal error: missing bp_get_blogs_slug() and bp_get_blogs_root_slug() template tags

Reported by: ptahdunbar's profile ptahdunbar Owned by:
Milestone: 1.5 Priority: normal
Severity: normal Version:
Component: Core Keywords: has-patch
Cc:

Description

In bp-default blogs/create.php, bp uses bp_get_blogs_root_slug() which has no function definition. this results in a nice white screen.

Patch adds the following functions similar to groups, friends and activity:

  • bp_blogs_slug()
  • bp_get_blogs_slug()
  • bp_blogs_root_slug()
  • bp_get_blogs_root_slug()

Attachments (1)

ticket.3109.diff (1.3 KB) - added by ptahdunbar 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @ptahdunbar
13 years ago

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

fixed in r4100

#2 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 1.5
  • Severity set to normal
  • Version 1.5 deleted

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.