Indicates a valid dictionary template.
<?php echo TEMPLATEPATH; ?>
This will give you the actual path.
If you use a child theme, this indicates a child cane. This is really convenient because ...
bloginfo('template_url')
This does not indicate a child theme and poses a problem for new developers using a child theme.
source
share