Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#2127 closed defect (bug) (fixed)

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

Reported by: dwenaus Owned by: dwenaus
Priority: normal Milestone: 1.2.4
Component: Blogs Version:
Severity: 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 16 years ago.

Download all attachments as: .zip

Change History (6)

#1 @dwenaus
16 years ago

  • Keywords has-patch added
  • Owner set to dwenaus
  • Status newaccepted

#2 @dwenaus
16 years ago

tested and working fine

#3 @dwenaus
16 years ago

  • Status acceptedassigned

#4 @dwenaus
16 years ago

  • ComponentBlogs
  • Milestone 1.31.2.4
  • Priority minornormal

#5 @johnjamesjacoby
16 years ago

  • Resolutionfixed
  • Status assignedclosed

(In [2894]) Fixes #2127 props dwenaus

Note: See TracTickets for help on using tickets.