Code style and other minor requirements
Posted by merlinofchaos on February 4, 2007 at 10:49pm
I just checked out the watchdog section, and there are a few code and code style things I'd like to point out.
All template.php files must begin with:
<?php
// $Id$All .tpl.php files must begin with:
<?php // $Id$ ?>All function overrides in template.php should begin with a comment that at the very least provides a URL
to the api.drupal.org documentation for that function:
/**
* Documentation:
* http://api.drupal.org/api/5/function/theme_watchdog_form_overview
*
*/