Ideally, I want some plugins/themes that are installed “system wide” for all my WordPress blogs (which share code living in /usr/share/wordpress) but also have some plugins/themes that are only installed for certain sites, based on host. I already have a different wp-config.php loading on a per-host basis, so ideally I’d like to set up something in there that adds a plugin/theme search location…
Confirmed: does work in 2.7 and does exactly what it says it does 🙂
Been looking for a plugin like this.
Adding this line to the top of my template fixes the problem (or so it seems anyway):
<?php echo (int)date_default_timezone_set('America/New_York'); ?>
However I have to remember to keep this code in synch with my settings, and certainly cannot distribute a template with this line in it…