Skip to:
Content

BuddyPress.org

Ticket #7054: 7054.01.patch

File 7054.01.patch, 387 bytes (added by r-a-y, 10 years ago)
  • src/bp-core/bp-core-functions.php

     
    31353135        );
    31363136
    31373137        return bp_parse_args(
    3138                 get_option( 'bp_email_options', array() ),
     3138                bp_get_option( 'bp_email_options', array() ),
    31393139                $default_args,
    31403140                'email_appearance_settings'
    31413141        );