Changeset 6483
- Timestamp:
- 12/24/07 07:09:36 (8 months ago)
- Files:
-
- trunk/wp-includes/template-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/template-loader.php
r5820 r6483 1 1 <?php 2 /** 3 * Loads the correct template based on the visitor's url 4 * @package WordPress 5 */ 2 6 if ( defined('WP_USE_THEMES') && constant('WP_USE_THEMES') ) { 3 7 do_action('template_redirect');
