Add file level documentation for template-loader.php. Fixes #5513 props darkdragon.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2007-12-24 07:09:36 +00:00
parent 287edad647
commit efcd1eb5c5

View File

@ -1,4 +1,8 @@
<?php
/**
* Loads the correct template based on the visitor's url
* @package WordPress
*/
if ( defined('WP_USE_THEMES') && constant('WP_USE_THEMES') ) {
do_action('template_redirect');
if ( is_robots() ) {