Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2127 closed defect (bug) (fixed)

wrong action name in /bp-default/blogs/create.php

Reported by: dwenaus's profile dwenaus Owned by: dwenaus's profile dwenaus
Milestone: 1.2.4 Priority: normal
Severity: Version:
Component: Blogs Keywords: has-patch
Cc:

Description

on line 3 and 33 in /bp-themes/bp-default/blogs/create.php the action hook is wrong. right now they are:

bp_before_directory_groups_content
and
bp_after_directory_groups_content

they should be:
bp_before_directory_blogs_content
and
bp_after_directory_blogs_content

Attachments (1)

2127_create_blogs.diff (662 bytes) - added by dwenaus 14 years ago.

Download all attachments as: .zip

Change History (6)

#1 @dwenaus
14 years ago

  • Keywords has-patch added
  • Owner set to dwenaus
  • Status changed from new to accepted

#2 @dwenaus
14 years ago

tested and working fine

#3 @dwenaus
14 years ago

  • Status changed from accepted to assigned

#4 @dwenaus
14 years ago

  • Component set to Blogs
  • Milestone changed from 1.3 to 1.2.4
  • Priority changed from minor to normal

#5 @johnjamesjacoby
14 years ago

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

(In [2894]) Fixes #2127 props dwenaus

Note: See TracTickets for help on using tickets.