Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/23/2011 10:13:47 AM (14 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-blogs.php

    r3775 r4066  
    6161    }
    6262}
    63 add_action( 'admin_menu', 'bp_blogs_check_installed' );
    64 add_action( 'network_admin_menu', 'bp_blogs_check_installed' );
     63add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'bp_blogs_check_installed' );
    6564
    6665function bp_blogs_setup_globals() {
Note: See TracChangeset for help on using the changeset viewer.