Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#990 closed defect (bug) (fixed)

missing or inconsistent hooks in groups and members indices

Reported by: junsuijin Owned by: junsuijin
Priority: minor Milestone: 1.1
Component: Version:
Severity: Keywords: has-patch
Cc:

Description

I've supplied this simple patch.

Attachments (3)

fix-inconsistent-after_directory_sidebar-hooks.patch (868 bytes ) - added by junsuijin 17 years ago.
fix-inconsistent-groups-members-directories-hooks.patch (1.1 KB ) - added by junsuijin 17 years ago.
one more missing hook
fix-inconsistent-groups-members-directories-hooks.2.patch (1.5 KB ) - added by junsuijin 17 years ago.
fixes wp_nonce and misplaced members content hook

Download all attachments as: .zip

Change History (6)

#1 @junsuijin
17 years ago

  • Summary *_after_directory_sidebar hooks are inconsistentmissing or inconsistent hooks in groups and members indices

Just found that the members index is also missing the before_search action hook. updating this patch to include that fix as well.

#2 @junsuijin
17 years ago

also just found inconsistent do_action placement for members directory, and missing wp_nonce in the same file. updated patch fixes both issues. little bit tired, but the 3 directories seem relatively uniform with hooks now.

@junsuijin
17 years ago

fixes wp_nonce and misplaced members content hook

#3 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [1846]) Fixes #990 props junsuijin

Note: See TracTickets for help on using tickets.