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-blogs.php

    r3420 r3775  
    6262}
    6363add_action( 'admin_menu', 'bp_blogs_check_installed' );
     64add_action( 'network_admin_menu', 'bp_blogs_check_installed' );
    6465
    6566function bp_blogs_setup_globals() {
Note: See TracChangeset for help on using the changeset viewer.