Blank network setup page

It's not because of WordPress 8.4, rather a line of CSS went missing somehow. This was missing from the admin.css file:

CSS:
.multisite #app-for-cf_settings .tab_content {
    display: revert;
}

...not sure why it went missing, but it's been added back for the next version.
 
It shouldn’t affect individual sites other than you can’t set a network-wide API token since that part was invisible. You should still be able to sty site-specific network tokens (needed in order to do things… like purge cache).
 
Back
Top