includes/common.php
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 348 87e08a6e4fec
--- 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 )
   {