Skip to:
Content

BuddyPress.org

Changeset 10762


Ignore:
Timestamp:
05/14/2016 04:57:30 PM (10 years ago)
Author:
r-a-y
Message:

Emails: Ensure that custom appearance settings are fetched from the root blog.

Fixes #7054 (2.5-branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/src/bp-core/bp-core-functions.php

    r10648 r10762  
    30513051
    30523052    return bp_parse_args(
    3053         get_option( 'bp_email_options', array() ),
     3053        bp_get_option( 'bp_email_options', array() ),
    30543054        $default_args,
    30553055        'email_appearance_settings'
Note: See TracChangeset for help on using the changeset viewer.