chrisblakley / Nebula

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
https://nebula.gearside.com
GNU General Public License v2.0
141 stars 36 forks source link

Nebula re-installs do not work on multisite #2257

Closed chrisblakley closed 1 year ago

chrisblakley commented 1 year ago

The button that forces Nebula to re-install itself does not work on multisites. Need to either disable the button with a note that it doesn't work on multisite -or- get clever somehow and modify the existing Nebula version number on the site. I'm not in love with the latter because it introduces confusion, so I'd rather just disable the feature itself. Use is_multisite() to detect it.