Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1323 closed defect (bug) (fixed)

Message and activity admin_menu hook priority

Reported by: petronic's profile petronic Owned by:
Milestone: 1.1.3 Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

Functions:
messages_check_installed()
bp_activity_check_installed()

are called by the hook:
add_action( 'admin_menu', 'bp_activity_check_installed', 2 );

In all other components priority for admin_menu hook for check_install functions is default, not 2.

Can you change priority to default for these two components also? It's hard to hook in here when checks are done at different time.

Patch attached.

Thanks!

Attachments (1)

patch.diff (955 bytes) - added by petronic 15 years ago.

Download all attachments as: .zip

Change History (2)

@petronic
15 years ago

#1 @apeatling
15 years ago

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

(In [2105]) Fixes #1323 props petronic

Note: See TracTickets for help on using tickets.