Ticket #7054: 7054.01.patch
| File 7054.01.patch, 387 bytes (added by , 10 years ago) |
|---|
-
src/bp-core/bp-core-functions.php
3135 3135 ); 3136 3136 3137 3137 return bp_parse_args( 3138 get_option( 'bp_email_options', array() ),3138 bp_get_option( 'bp_email_options', array() ), 3139 3139 $default_args, 3140 3140 'email_appearance_settings' 3141 3141 );