diff -r c72b545f1304 -r 67bd3121a12e includes/common.php --- a/includes/common.php Wed Dec 26 00:37:26 2007 -0500 +++ b/includes/common.php Thu Dec 27 22:09:33 2007 -0500 @@ -391,9 +391,7 @@ $template->site_disabled = true; } - // A better name for this hook would be common_post. At this point - // all of Enano is fully initialized and running and you're ready - // to do whatever you want. + // At this point all of Enano is fully initialized and running and you're ready to do whatever you want. $code = $plugins->setHook('common_post'); foreach ( $code as $cmd ) {