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

    r3218 r3775  
    9898}
    9999add_action( 'admin_menu', 'messages_check_installed' );
     100add_action( 'network_admin_menu', 'messages_check_installed' );
    100101
    101102function messages_setup_nav() {
Note: See TracChangeset for help on using the changeset viewer.