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:
Sergey Biryukov 2015-12-25 21:05:25 +00:00
parent d9d21cf3ff
commit 11b89a88a9
2 changed files with 6 additions and 1 deletions

View File

@ -24,11 +24,16 @@ $wp_file_descriptions = array(
'sidebar.php' => __( 'Sidebar' ), 'sidebar.php' => __( 'Sidebar' ),
'archive.php' => __( 'Archives' ), 'archive.php' => __( 'Archives' ),
'author.php' => __( 'Author Template' ), 'author.php' => __( 'Author Template' ),
'taxonomy.php' => __( 'Taxonomy Template' ),
'tag.php' => __( 'Tag Template' ), 'tag.php' => __( 'Tag Template' ),
'category.php' => __( 'Category Template' ), 'category.php' => __( 'Category Template' ),
'page.php' => __( 'Page Template' ), 'page.php' => __( 'Page Template' ),
'home.php' => __( 'Posts Page' ),
'front-page.php' => __( 'Static Front Page' ),
'search.php' => __( 'Search Results' ), 'search.php' => __( 'Search Results' ),
'searchform.php' => __( 'Search Form' ), 'searchform.php' => __( 'Search Form' ),
'date.php' => __( 'Date Template' ),
'singular.php' => __( 'Singular Template' ),
'single.php' => __( 'Single Post' ), 'single.php' => __( 'Single Post' ),
'404.php' => __( '404 Template' ), '404.php' => __( '404 Template' ),
'link.php' => __( 'Links Template' ), 'link.php' => __( 'Links Template' ),

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.