Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/23/2011 10:13:47 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Update branch version numbers to 1.2.8 and required WordPress version to 3.1. Backport WordPress network admin compat code from trunk. Update and fix spelling errors in readme.txt. Update address in license.txt. Update bbPress installer for network admin.

File:
1 edited

Legend:

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

    r3775 r4066  
    9797        messages_install();
    9898}
    99 add_action( 'admin_menu', 'messages_check_installed' );
    100 add_action( 'network_admin_menu', 'messages_check_installed' );
     99add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'messages_check_installed' );
    101100
    102101function messages_setup_nav() {
Note: See TracChangeset for help on using the changeset viewer.