Viewing 2 replies - 1 through 2 (of 2 total)
  • +1

    Although my solution was

    // fixes the plugins_url
     function domain_mapping_plugins_uri( $full_url, $path=NULL, $plugin=NULL ) {
           return str_replace(network_site_url(), trailingslashit( get_site_url() ), $full_url);
     }

    andrewbevitt – I just used that code to save me some grief. For some reason the Akismet JS was being put on the wrong domain – a stray t was being added to the end. Changed to your version and lo, it’s all fine again. Phew.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Do not use PLUGINDIR’ is closed to new replies.