Ticket #5513: template.phpdoc.r6473.diff

File template.phpdoc.r6473.diff, 414 bytes (added by darkdragon, 4 years ago)

File level phpdoc documentation based off of r6473

  • template-loader.php

     
    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'); 
    48        if ( is_robots() ) {