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

git-svn-id: https://develop.svn.wordpress.org/trunk@6483 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2007-12-24 07:09:36 +00:00
parent a199dc2550
commit 6ee634e61f
1 changed files with 4 additions and 0 deletions

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() ) {