From ef6abd389133c032e2adc8e7403ad04d269dac42 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 28 Oct 2015 14:06:27 +0000 Subject: [PATCH] List the possible values for the dynamic portion of the `{type}_template` hook. See #14310, #32246 Built from https://develop.svn.wordpress.org/trunk@35413 git-svn-id: http://core.svn.wordpress.org/trunk@35377 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-includes/template.php b/wp-includes/template.php index 620d89dc39..45d1db0c0f 100644 --- a/wp-includes/template.php +++ b/wp-includes/template.php @@ -35,6 +35,9 @@ function get_query_template( $type, $templates = array() ) { * extension and any non-alphanumeric characters delimiting words -- of the file to load. * This hook also applies to various types of files loaded as part of the Template Hierarchy. * + * Possible values for `$type` include: 'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date', + * 'home', 'front_page', 'page', 'paged', 'search', 'single', 'singular', and 'attachment'. + * * @since 1.5.0 * * @param string $template Path to the template. See locate_template(). diff --git a/wp-includes/version.php b/wp-includes/version.php index cd88b8f650..fdda22320a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta1-35412'; +$wp_version = '4.4-beta1-35413'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.