I upgraded via the auto upgrade tool in 2.9.2 and now have this message on the top of my page...
The wp-content/blogs.php file is deprecated. Please remove it and update your server rewrite rules to use wp-includes/ms-files.php instead.
I understand that I should 'remove wp-content/bogs.php'
But what part of my .htaccess file do I change?
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
Should I change wp-content/blogs.php?file=$2 to:
wp-includes/ms-files.php
or
wp-includes/ms-files.php?file=$2