This tip is useful when we are developing a site because Drupal use the cache to improve page loading performance but when you add a new theme override function your to template.php file it isn't picked up right away and you may end up banging your head wondering what's going on. One solution is use:
drupal_rebuild_theme_registry();
at the beginning of the template.php