diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 85f8a11162..3ad6589db2 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -24,11 +24,16 @@ $wp_file_descriptions = array( 'sidebar.php' => __( 'Sidebar' ), 'archive.php' => __( 'Archives' ), 'author.php' => __( 'Author Template' ), + 'taxonomy.php' => __( 'Taxonomy Template' ), 'tag.php' => __( 'Tag Template' ), 'category.php' => __( 'Category Template' ), 'page.php' => __( 'Page Template' ), + 'home.php' => __( 'Posts Page' ), + 'front-page.php' => __( 'Static Front Page' ), 'search.php' => __( 'Search Results' ), 'searchform.php' => __( 'Search Form' ), + 'date.php' => __( 'Date Template' ), + 'singular.php' => __( 'Singular Template' ), 'single.php' => __( 'Single Post' ), '404.php' => __( '404 Template' ), 'link.php' => __( 'Links Template' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 7db7c54bac..0e88062bfb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36086'; +$wp_version = '4.5-alpha-36087'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.