Kaf Oseo wrote:
define('CACHE_PATH', ABSPATH.'/wp-content/my-new-cache-location');It's good to know it's easy enough to get at. However, please keep in mind that, with the goal to remove clutter and so make things for us "simpler," removing a setting like this from admin causes (some percentage of) users to have to edit and maintain the source, as well as add (some small amount) to the support burden.
Put it in your wp-config.php file and you'll never have to edit anything again. The upload path changes can be done in a plugin as well, we're not asking anyone to hack the source. You have the option, it's just not built-in.
-- Matt Mullenweg http://photomatt.net | http://wordpress.org http://pingomatic.com | http://akismet.com _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
