Opened 16 years ago
Closed 16 years ago
#2756 closed defect (bug) (fixed)
Default avatar not being loaded into $bp->site_options on MS
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | Keywords: | ||
| Cc: |
Description
The cause is that bp_core_get_site_options() will always look in sitemeta when MS is activated, but avatar_default is always blog-specific.
This problem arose with [3443], which deprecated BP's avatar settings in favor of WP's.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3464]) Modifies bp_core_get_site_options() to fetch options that are blog-specific even when Network is activated. Fixes #2756