Forums
(@etastic)
4 years, 6 months ago
The following hack works with my configuration:
In wp-includes/link-template.php change
if ( ! is_multisite() ) {
TO
if ( is_multisite() ) {