Ticket #5513: template.phpdoc.r6473.diff
File template.phpdoc.r6473.diff, 414 bytes (added by , 17 years ago) |
---|
-
template-loader.php
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'); 4 8 if ( is_robots() ) {