X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/784f914b1e4b1c62d6657e86397c2e83bcee4295..607b7e02d77e7326161e8ec15639052d2040f745:/wp-includes/template-loader.php diff --git a/wp-includes/template-loader.php b/wp-includes/template-loader.php index 68c66b19..025f1a84 100644 --- a/wp-includes/template-loader.php +++ b/wp-includes/template-loader.php @@ -12,7 +12,7 @@ if ( defined('WP_USE_THEMES') && WP_USE_THEMES ) 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. @@ -65,7 +65,7 @@ if ( defined('WP_USE_THEMES') && WP_USE_THEMES ) : $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 *