Upgraded to WPMU 2.5.1

Joy. Upgraded the site to WPMU 2.5.1. Took a while to reconstruct my restrictions for new users and blog creation, and I’m switching out some syntax-highlighting plugins, too. We’re nearly ready to unleash this on a horde of unsuspecting graduate students.

Code Example:
[sourcecode language=’php’]
/**
* This holds the version number in a separate file so we can bump it without cluttering the SVN
*/

/**
* The WordPress version string
*
* @global string $wp_version
*/
$wp_version = ‘2.5.1’;

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB scheme
* changes.
*
* @global int $wp_db_version
*/
$wp_db_version = 7796;

$wpmu_version = ‘1.5.1’;
[/sourcecode]

Math Example:
[tex]2+e^{i\pi}=1[/tex]

Leave a comment

Your email address will not be published. Required fields are marked *