Interesting bug with renamed wp-content and multisite
-
Environment: Multisite and MU Domain Mapping. Custom name for wp-content.
The plugin then only works on the root blog. Other blogs in the network experience this problem
<link rel='stylesheet' id='grid-columns-css' href='https://mysite.com/mywpcontent/plugins/grid-columns/css/columns.min.css?ver=20121007' type='text/css' media='all' />
is replaced with
<link rel='stylesheet' id='grid-columns-css' href='https://mysite.coms/css/columns.min.css?ver=20121007' type='text/css' media='all' />
That’s not a typo. The whole plugin directory structure is replaced by the letter “s”.
- The topic ‘Interesting bug with renamed wp-content and multisite’ is closed to new replies.