Opened 10 months ago
Closed 8 months ago
#1904 closed enhancement (fixed)
Allow Global Access setting
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
There is a very good chance I might not be understanding this setting, but if it really does only pertain to multisite setups, can we do an is_multisite() (or similar) check and only show it if that is the case?
Only thing is since that setting is passed in a giant array, obviously we can't just wrap that portion in a multisite check, we'd have to get a bit more clever.
Thoughts?
Change History (2)
- Milestone changed from Awaiting Review to 2.2
comment:2
johnjamesjacoby — 8 months ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
It's not just for multisite, but also for multi-network or shared user tables.
I'll need to rethink the approach, so that we can hide it only when we need to.