7c7 < Version: 0.3.1 --- > Version: 0.4 28,29c28,29 < RewriteRule ^sitemap.xml$ /files/sitemap.xml < RewriteRule ^robots.txt$ /files/robots.txt [L] --- > RewriteRule ^(.*/)?sitemap.xml wp-content/blogs.php?file=sitemap.xml > RewriteRule ^(.*/)?robots.txt wp-content/blogs.php?file=robots.txt 50c50 < class mu_google_sitemap --- > class mu_google_sitemaps 52d51 < private static $permealinkStructure = NULL; 136,137c135,136 < $loc = self::changePermealinkStructure( < $user_url.self::getPermalinkStructure(), --- > $loc = self::changePermalinkStructure( > $user_url . self::getPermalinkStructure(), 188c187 < private static function changePermealinkStructure($loc, $arr_date, $post_name, $post_category, $post_id, $post_author) --- > private static function changePermalinkStructure($loc, $arr_date, $post_name, $post_category, $post_id, $post_author) 256c255 < return mu_google_sitemap::doJob(); --- > return mu_google_sitemaps::doJob();