Changeset 6483

Show
Ignore:
Timestamp:
12/24/07 07:09:36 (8 months ago)
Author:
westi
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/template-loader.php

    r5820 r6483  
    11<?php 
     2/** 
     3 * Loads the correct template based on the visitor's url 
     4 * @package WordPress 
     5 */ 
    26if ( defined('WP_USE_THEMES') && constant('WP_USE_THEMES') ) { 
    37    do_action('template_redirect');