Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/14/2016 04:58:39 PM (7 years ago)
Author:
r-a-y
Message:

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

See #7054 (trunk)

File:
1 edited

Legend:

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

    r10759 r10763  
    31563156
    31573157    return bp_parse_args(
    3158         get_option( 'bp_email_options', array() ),
     3158        bp_get_option( 'bp_email_options', array() ),
    31593159        $default_args,
    31603160        'email_appearance_settings'
Note: See TracChangeset for help on using the changeset viewer.