Make WordPress Core

Changeset 6483


Ignore:
Timestamp:
12/24/2007 07:09:36 AM (17 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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');
Note: See TracChangeset for help on using the changeset viewer.