mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Theme Editor: Add taxonomy.php
, home.php
, front-page.php
, date.php
, and singular.php
to file descriptions.
Props ramiy. See #35223. Built from https://develop.svn.wordpress.org/trunk@36087 git-svn-id: http://core.svn.wordpress.org/trunk@36052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d9d21cf3ff
commit
11b89a88a9
@ -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' ),
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user