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

    r3775 r4066  
    9999        bp_activity_install();
    100100}
    101 add_action( 'admin_menu', 'bp_activity_check_installed' );
    102 add_action( 'network_admin_menu', 'bp_activity_check_installed' );
     101add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'bp_activity_check_installed' );
    103102
    104103function bp_activity_setup_root_component() {
Note: See TracChangeset for help on using the changeset viewer.