mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Theme Editor: Add taxonomy.php, home.php, front-page.php, date.php, and singular.php to file descriptions.
Props ramiy. See #35223. git-svn-id: https://develop.svn.wordpress.org/trunk@36087 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b51d90ee72
commit
ffc86bf4e1
@ -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' ),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user