]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/template-loader.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-includes / template-loader.php
index 68c66b198bc25d5cffef3b93cb9c2148e5a29777..025f1a84791d57f6cad9155eb82dfc2a19808d26 100644 (file)
@@ -12,7 +12,7 @@ if ( defined('WP_USE_THEMES') && WP_USE_THEMES )
        do_action( 'template_redirect' );
 
 /**
        do_action( 'template_redirect' );
 
 /**
- * Filter whether to allow 'HEAD' requests to generate content.
+ * Filters whether to allow 'HEAD' requests to generate content.
  *
  * Provides a significant performance bump by exiting before the page
  * content loads for 'HEAD' requests. See #14348.
  *
  * Provides a significant performance bump by exiting before the page
  * content loads for 'HEAD' requests. See #14348.
@@ -65,7 +65,7 @@ if ( defined('WP_USE_THEMES') && WP_USE_THEMES ) :
                $template = get_index_template();
        endif;
        /**
                $template = get_index_template();
        endif;
        /**
-        * Filter the path of the current template before including it.
+        * Filters the path of the current template before including it.
         *
         * @since 3.0.0
         *
         *
         * @since 3.0.0
         *