Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2011 09:08:27 PM (14 years ago)
Author:
boonebgorges
Message:

Fixes function_exists error in previous commit. Adjusts admin menu hooks to be compatible with Network Admin in WP 3.1. Fixes #3017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-activity.php

    r3218 r3775  
    100100}
    101101add_action( 'admin_menu', 'bp_activity_check_installed' );
     102add_action( 'network_admin_menu', 'bp_activity_check_installed' );
    102103
    103104function bp_activity_setup_root_component() {
Note: See TracChangeset for help on using the changeset viewer.