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:
/** * 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';
Math Example:

Post a Comment