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:
parent
a199dc2550
commit
6ee634e61f
@ -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() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user