Changeset 6483
- Timestamp:
- 12/24/2007 07:09:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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');
Note: See TracChangeset
for help on using the changeset viewer.