Skip to:
Content

BuddyPress.org

Changeset 8146


Ignore:
Timestamp:
03/19/2014 06:27:03 PM (11 years ago)
Author:
imath
Message:

Ensure BuddyPress tools feedback messages are displayed in multisite configs

Fixes #5470

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-tools.php

    r8124 r8146  
    302302    $lambda  = create_function( '', "echo '$message';" );
    303303
    304     add_action( 'admin_notices', $lambda );
     304    add_action( bp_core_do_network_admin() ? 'network_admin_notices' : 'admin_notices', $lambda );
    305305
    306306    return $lambda;
Note: See TracChangeset for help on using the changeset viewer.