How to test for MU via functions.php?

What is the call to determine, from a theme’s functions.php whether the site is an MU site or not?

Updated with answer:

$dir = 
 is_multisite() ? 'wp-content/blogs.dir/'.$current_site->blog_id.'/files/' 
 : 'wp-content/uploads/';

Related posts

Leave a Reply

1 comment